Skip to content

Commit

Permalink
MNT: Add back in NOAA PSL examples and more to see if database is bac…
Browse files Browse the repository at this point in the history
…k. (#866)

* MNT: Add back in NOAA PSL examples and more to see if database is back.

* STY: PEP8 fix, remove unused import.
  • Loading branch information
zssherman authored Oct 30, 2024
1 parent 35b93bf commit ca2afdb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions tests/discovery/test_noaapsl_discovery.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import numpy as np
import pytest

import act


@pytest.mark.skip(reason="NCEI is currently down.")
def test_noaa_psl():
result = act.discovery.download_noaa_psl_data(
site='ctd',
Expand Down
3 changes: 0 additions & 3 deletions tests/io/test_noaapsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def test_read_psl_surface_met():
ds = read_psl_surface_met('aaa22001.00m')


@pytest.mark.skip(reason="NCEI is currently down.")
def test_read_psl_parsivel():
url = [
'https://downloads.psl.noaa.gov/psd2/data/realtime/DisdrometerParsivel/Stats/ctd/2022/002/ctd2200200_stats.txt',
Expand All @@ -122,7 +121,6 @@ def test_read_psl_parsivel():
assert 'number_density_drops' in ds


@pytest.mark.skip(reason="NCEI is currently down.")
def test_read_psl_fmcw_moment():
result = act.discovery.download_noaa_psl_data(
site='kps', instrument='Radar FMCW Moment', startdate='20220815', hour='06'
Expand All @@ -134,7 +132,6 @@ def test_read_psl_fmcw_moment():
assert len(ds['time'].values) == 115


@pytest.mark.skip(reason="NCEI is currently down.")
def test_read_psl_sband_moment():
result = act.discovery.download_noaa_psl_data(
site='ctd', instrument='Radar S-band Moment', startdate='20211225', hour='06'
Expand Down

0 comments on commit ca2afdb

Please sign in to comment.