Skip to content

Commit

Permalink
Revert change to GI tract answer, seems this is a machine tolerance e…
Browse files Browse the repository at this point in the history
…rror problem.
  • Loading branch information
hsorby committed Jul 23, 2024
1 parent aebd080 commit 51369ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gastrointestinaltract1.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_gastrointestinaltract1(self):
self.assertAlmostEqual(surfaceArea, 280350.6462177311, delta=1.0E-6)
result, volume = volumeField.evaluateReal(fieldcache, 1)
self.assertEqual(result, RESULT_OK)
self.assertAlmostEqual(volume, 598505.8880710538, delta=1.0E-6)
self.assertAlmostEqual(volume, 598505.4701647585, delta=1.0E-6)

# check some annotationGroups:
expectedSizes3d = {
Expand Down

0 comments on commit 51369ab

Please sign in to comment.