Skip to content

Commit

Permalink
Fix test for extra substances.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Jun 5, 2024
1 parent 668eb86 commit 6b48d07
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion coupling/delwaq/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,12 @@ def test_offline_delwaq_coupling():
assert df is not None
assert df.shape[0] > 0
assert df.node_id.nunique() == 4
assert sorted(df.substance.unique()) == ["Cl", "Continuity", "Tracer"]
assert sorted(df.substance.unique()) == [
"Basin",
"Cl",
"Continuity",
"FlowBoundary",
"LevelBoundary",
"Terminal",
"Tracer",
]

0 comments on commit 6b48d07

Please sign in to comment.