Skip to content
Snippets Groups Projects
Commit d6fb6c8e authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

reverted test tolerance to 1e-10

parent 2ecf5a7d
No related branches found
No related tags found
1 merge request!780Increment lib and conus
......@@ -37,7 +37,6 @@ import gov.usgs.earthquake.nshmp.calc.Site;
import gov.usgs.earthquake.nshmp.data.XySequence;
import gov.usgs.earthquake.nshmp.geo.Location;
import gov.usgs.earthquake.nshmp.gmm.Imt;
import io.swagger.v3.core.util.Yaml;
/**
......@@ -48,7 +47,7 @@ class NshmTestUtils {
private static final Path DATA_PATH = Paths.get("src/test/resources/e2e");
private static final double TOLERANCE = 1e-12;
private static final double TOLERANCE = 1e-10;
private static final Gson GSON = new GsonBuilder()
.setPrettyPrinting()
......
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