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

cleanup

parent e49951ef
No related branches found
No related tags found
2 merge requests!755Production Release | nshmp-haz,!754NSHM Unit tests
...@@ -15,9 +15,6 @@ workflow: ...@@ -15,9 +15,6 @@ workflow:
stages: stages:
- build - build
- test - test
- alaska-test
- conus-test
- hawaii-test
- trigger - trigger
default: default:
......
...@@ -59,7 +59,6 @@ class NshmTestUtils { ...@@ -59,7 +59,6 @@ class NshmTestUtils {
*/ */
static NshmModel loadModel(Nshm nshm) { static NshmModel loadModel(Nshm nshm) {
int cores = Runtime.getRuntime().availableProcessors(); int cores = Runtime.getRuntime().availableProcessors();
LOGGER.info("Cores: " + cores);
return new NshmModel( return new NshmModel(
nshm, nshm,
ModelLoader.load(nshm.modelPath()), ModelLoader.load(nshm.modelPath()),
......
...@@ -101,7 +101,7 @@ class NshmTests { ...@@ -101,7 +101,7 @@ class NshmTests {
// run single model // run single model
NshmModel nshmModel = NshmModel nshmModel =
NshmTestUtils.loadModel(NSHMS.get("nshm-alaska-2023")); NshmTestUtils.loadModel(NSHMS.get("nshm-conus-2023"));
NshmTestUtils.writeExpecteds(nshmModel, Optional.empty()); NshmTestUtils.writeExpecteds(nshmModel, Optional.empty());
nshmModel.exec.shutdown(); nshmModel.exec.shutdown();
......
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