Skip to content

Commit c9f2a85

Browse files
authored
fix unit test because of HUC boundary changes (#15)
1 parent 68d2820 commit c9f2a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance/test_hydrogen_forcing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ def _execute_scenario(wy, index):
7878
"huc_id": "10190004",
7979
}
8080
data = hf.get_gridded_data(options)
81-
assert data.shape == (90, 29, 82)
81+
assert data.shape == (90, 29, 83)

0 commit comments

Comments
 (0)