Skip to content
Snippets Groups Projects

Increment lib and conus

Merged Powers, Peter M. requested to merge ghsc/users/pmpowers/nshmp-haz:increment-lib into main
Files
18
@@ -48,7 +48,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()
Loading