Skip to content
Snippets Groups Projects

NSHM Unit tests

Compare and Show latest version
3 files
+ 1
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -59,7 +59,6 @@ class NshmTestUtils {
*/
static NshmModel loadModel(Nshm nshm) {
int cores = Runtime.getRuntime().availableProcessors();
LOGGER.info("Cores: " + cores);
return new NshmModel(
nshm,
ModelLoader.load(nshm.modelPath()),
Loading