Skip to content

Commit

Permalink
fix floating point comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Dec 10, 2024
1 parent 7f30c43 commit 8cd2665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/test_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def test_polygon_data_file(self):
new_quantity_block = InitialConditionConverter().convert(forcing)
assert new_quantity_block.datafiletype == "polygon"
assert new_quantity_block.interpolationmethod == "constant"
assert new_quantity_block.value == 0.0
assert new_quantity_block.value == 0

0 comments on commit 8cd2665

Please sign in to comment.