Skip to content

Commit 2fead96

Browse files
authored
Merge pull request #168 from finsberg/fix-biv-marker-change
Some fixes after renaming
2 parents 6234e44 + 43ff1da commit 2fead96

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_geometry.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_HeartGeometry_biv(tmp_path):
117117
)
118118
geo2 = pulse.HeartGeometry.from_cardiac_geometries(geo1)
119119

120-
endo_lv_volume = 42.70917017680274
121-
assert np.isclose(geo2.volume(["LV_ENDO_FW", "LV_SEPTUM"]), endo_lv_volume, rtol=0.05)
122-
endo_rv_volume = 37.19190435464537
123-
assert np.isclose(geo2.volume(["RV_ENDO_FW", "RV_SEPTUM"]), endo_rv_volume, rtol=0.05)
120+
endo_lv_volume = 20.942599802614655
121+
assert np.isclose(geo2.volume(["LV"]), endo_lv_volume, rtol=0.05)
122+
endo_rv_volume = 35.14805071633197
123+
assert np.isclose(geo2.volume(["RV"]), endo_rv_volume, rtol=0.05)

0 commit comments

Comments
 (0)