mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Adjust expected precision based on estimator.
This commit is contained in:
parent
7e386ff7ff
commit
c54d3abf1c
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ class UnstructuredMeshTest(PyAPITestHarness):
|
|||
|
||||
# we expect these results to be the same to within at least ten
|
||||
# decimal places
|
||||
decimals = 8
|
||||
decimals = 10 if self.estimator == 'collision' else 8
|
||||
np.testing.assert_array_almost_equal(unstructured_data,
|
||||
reg_mesh_data,
|
||||
decimals)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue