Skip to content
Snippets Groups Projects
Unverified Commit d517e9d0 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by GitHub
Browse files

Merge pull request #59 from alexfikl/fix-test-eoc-nan

Fix possible nan eoc in test_mass_surface_area
parents e0564024 3a2bbf93
No related branches found
No related tags found
No related merge requests found
Pipeline #142998 passed
......@@ -241,7 +241,7 @@ def test_mass_surface_area(actx_factory, name):
h_max = bind(discr, sym.h_max_from_volume(
discr.ambient_dim, dim=discr.dim, dd=dd))(actx)
eoc.add_data_point(h_max, area_error)
eoc.add_data_point(h_max, area_error + 1.0e-16)
# }}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment