Skip to content

Commit

Permalink
Merge pull request #23 from jcrivenaes/fix
Browse files Browse the repository at this point in the history
Relax on precision in assertion
  • Loading branch information
jcrivenaes authored Oct 11, 2019
2 parents 0f9f9b7 + 685a679 commit dd1f9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_grid3d_hc_thickness4.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def test_hc_thickness4a():
mapfile = os.path.join(td, 'all--hc4a_rockthickness.gri')
mymap = RegularSurface(mapfile)

assert_almostequal(mymap.values.mean(), 0.76590, 0.0001)
assert_almostequal(mymap.values.mean(), 0.76590, 0.001)

0 comments on commit dd1f9f5

Please sign in to comment.