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

renamed large tests to coonus

parent 7e8931c7
No related branches found
No related tags found
2 merge requests!611Production Release | nshmp-haz,!604Nshm repo domain review
......@@ -62,7 +62,7 @@ import gov.usgs.earthquake.nshmp.gmm.Imt;
*
* @author U.S. Geological Survey
*/
class NshmTestsLarge {
class NshmTestsConus {
private static final double TOLERANCE = 1e-12;
......@@ -116,7 +116,6 @@ class NshmTestsLarge {
private static void compareCurves(NamedLocation location) {
System.out.println(location);
// String actual = generateActual(model, location);
Map<String, XySequence> actual = generateActual(location);
// String expected = readExpected(modelName, year, location);
......@@ -125,11 +124,6 @@ class NshmTestsLarge {
// assertEquals(expected.keySet(), actual.keySet());
for (String key : actual.keySet()) {
System.out.println(key);
System.out.println(actual.get(key));
}
for (String key : actual.keySet()) {
System.out.println(key);
assertCurveEquals(expected.get(key), actual.get(key), TOLERANCE);
}
}
......
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