Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Mar 24, 2024
1 parent eab3744 commit f68e0e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/model/test_dfsu.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ def test_dfsu_repr(hd_oresund_2d):
def test_dfsu_properties(hd_oresund_2d):
mr = ms.model_result(hd_oresund_2d, name="Oresund2d", item="Surface elevation")

assert mr.data.is_2d
# TODO Not sure this assert is useful
assert mr.data.geometry.is_2d

# Note != name of item
assert mr.quantity.name == "Surface Elevation"
Expand Down

0 comments on commit f68e0e9

Please sign in to comment.