Skip to content

Commit a52dec7

Browse files
committed
update module docstring
1 parent 27d0cbf commit a52dec7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tests/test_hrdps.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
## Nikhil Shankar
22
## August 10, 2025
33

4-
"""Tests for downloading HRDPS model."""
4+
"""
5+
Tests for downloading HRDPS model.
6+
7+
DRAGONS:
8+
9+
At ~00Z the HRDPS servers are cleared of the previous day's forecasts.
10+
The next forecast arrives at ~06Z. During the interim period these tests will fail.
11+
"""
512

613
from datetime import datetime
714

0 commit comments

Comments
 (0)