Skip to content

Commit

Permalink
Update COOPS test stations due to removed data
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Jan 29, 2025
1 parent 2005cf3 commit 7b4e394
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/coops_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ def test_generate_urls_raises_when_end_date_before_start_date():
(8654467, "air_pressure"),
(8654467, "air_temperature"),
(8575437, "visibility"),
(8720233, "humidity"),
(8419870, "humidity"),
(8654467, "water_temperature"),
(8737048, "conductivity"),
("cb1101", "currents"),
("cb1101", "currents_predictions"),
("cb1102", "currents"),
("cb1102", "currents_predictions"),
(8654467, "datums"),
# (8636580, "hourly_height"), # Default dates won't work!
# (8636580, "high_low"), # Default dates won't work!
Expand Down Expand Up @@ -279,11 +279,11 @@ def now_utc():
(7, 8654467, "air_pressure"),
(7, 8654467, "air_temperature"),
(7, 8575437, "visibility"),
(7, 8720233, "humidity"),
(7, 8419870, "humidity"),
(7, 8654467, "water_temperature"),
(7, 8737048, "conductivity"),
(7, "cb1101", "currents"),
(7, "cb1101", "currents_predictions"),
(7, "cb1102", "currents"),
(7, "cb1102", "currents_predictions"),
(7, 8654467, "datums"),
# (7, 8720233, "salinity"),
# (30, 8636580, "daily_mean"),
Expand Down

0 comments on commit 7b4e394

Please sign in to comment.