Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove matrix utility file use cmlibs.maths 0.6.2 instead. #261

Merged
merged 9 commits into from
Jul 24, 2024

Conversation

hsorby
Copy link
Contributor

@hsorby hsorby commented Jul 23, 2024

No description provided.

@hsorby hsorby changed the title Remove matrix utility file use cmlibs.maths 0.6.1 instead. Remove matrix utility file use cmlibs.maths 0.6.2 instead. Jul 23, 2024
@hsorby hsorby requested a review from rchristie July 23, 2024 10:30
Copy link
Member

@rchristie rchristie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor fix in comment, otherwise approved.

@@ -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.4701647629, delta=1.0E-6)
self.assertAlmostEqual(volume, 598505.4701647585, delta=1.0E-6)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That delta is way too low for the magnitude of the value; better to set it to e.g. 1.0E-3.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hsorby hsorby merged commit ebd9b82 into ABI-Software:main Jul 24, 2024
3 checks passed
@hsorby hsorby deleted the matrix branch July 24, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants