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 553c0f7 commit 4765654Copy full SHA for 4765654
tests/test_tank.py
@@ -190,7 +190,7 @@ def test_mass_based_tank():
190
)
191
192
# Assert volume bounds
193
- assert (real_tank_lox.gas_height <= real_tank_lox.geometry.total_volume).all
+ assert (real_tank_lox.gas_height <= real_tank_lox.geometry.top).all
194
assert (example_tank_lox.gas_height <= example_tank_lox.geometry.total_volume).all
195
196
initial_liquid_mass = 5
0 commit comments