Skip to content
Snippets Groups Projects

NSHM Unit tests

2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -63,7 +63,7 @@ class NshmTestUtils {
return new NshmModel(
nshm,
ModelLoader.load(nshm.modelPath()),
Executors.newFixedThreadPool(1));
Executors.newFixedThreadPool(cores));
}
/**
Loading