Skip to content

Commit

Permalink
Update test_grdc.py (#438)
Browse files Browse the repository at this point in the history
Fixes #437
  • Loading branch information
sverhoeven authored Jul 5, 2024
1 parent 4c33d8c commit 98f3162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/observation/test_grdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def sample_grdc_file(tmp_path):
@pytest.fixture
def expected_results(tmp_path, sample_grdc_file):
data = pd.DataFrame(
{"streamflow": [123.0, 456.0, np.NaN]},
{"streamflow": [123.0, 456.0, np.nan]},
index=[datetime(2000, 1, 1), datetime(2000, 1, 2), datetime(2000, 1, 3)],
)
data.index.rename("time", inplace=True)
Expand Down

0 comments on commit 98f3162

Please sign in to comment.