Skip to content
Snippets Groups Projects
Commit 6edafea0 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

test

parent 5dcc5888
No related branches found
No related tags found
2 merge requests!755Production Release | nshmp-haz,!754NSHM Unit tests
This commit is part of merge request !754. Comments created here will be created in the context of that merge request.
......@@ -140,10 +140,10 @@ task testConus2018(type: Test) {
}
useJUnitPlatform()
jvmArgs(
"-Xms2g",
"-Xmx${xmx}",
)
// jvmArgs(
// "-Xms2g",
// "-Xmx${xmx}",
// )
filter {
includeTestsMatching "gov.usgs.earthquake.nshmp.model.NshmTests.testConus2018"
......
......@@ -61,7 +61,7 @@ class NshmTestUtils {
return new NshmModel(
nshm,
ModelLoader.load(nshm.modelPath()),
Executors.newFixedThreadPool(4));
Executors.newFixedThreadPool(cores));
}
/**
......@@ -155,6 +155,8 @@ class NshmTestUtils {
.imts(nshmModel.nshm.imts())
.build();
LOGGER.info(config.toString());
Hazard hazard = HazardCalcs.hazard(
nshmModel.model,
config,
......
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