We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cc58a commit b8a9fe6Copy full SHA for b8a9fe6
python/ribasim/tests/test_io.py
@@ -48,6 +48,7 @@ def test_basic_transient(basic_transient, tmp_path):
48
assert_equal(model_orig.edge.static, model_loaded.edge.static)
49
50
forcing = model_loaded.basin.forcing
51
+ assert model_orig.basin.forcing.time[0] == forcing.time[0]
52
assert_equal(model_orig.basin.forcing, forcing)
53
assert forcing.shape == (1468, 8)
54
0 commit comments