Skip to content

Commit

Permalink
fixing date checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachHoppinen committed Sep 8, 2023
1 parent 37cdb38 commit c9c3bb6
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 354 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"*test*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}
66 changes: 11 additions & 55 deletions contrib/gagliano/wet_snow_plot_rmse.ipynb

Large diffs are not rendered by default.

315 changes: 17 additions & 298 deletions contrib/gagliano/wet_snow_plot_wet_snow_time_series.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/test_IO.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_date_assertions(self):

self.assertRaises(AssertionError, get_input_dates , '2128-01-01')

self.assertRaises(AssertionError, get_input_dates , '2015-01-01')
self.assertRaises(AssertionError, get_input_dates , '2013-01-01')

self.assertRaises(AssertionError, get_input_dates , '2017-01-01', '2018-01-01')

Expand Down

0 comments on commit c9c3bb6

Please sign in to comment.