diff --git a/test/test_grudge.py b/test/test_grudge.py index cd2b057d90d967ea53b348100e341a7a70b81c2d..d8c3046eab4413036b8f9e1c62a49a300699a362 100644 --- a/test/test_grudge.py +++ b/test/test_grudge.py @@ -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) # }}}