Skip to content
Snippets Groups Projects
Commit 3a2bbf93 authored by Alexandru Fikl's avatar Alexandru Fikl
Browse files

fix possible nan eoc in test_mass_surface_area

parent e0564024
No related branches found
No related tags found
No related merge requests found
......@@ -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