Skip to content
Snippets Groups Projects

NSHM Unit tests

1 file
+ 2
6
Compare changes
  • Side-by-side
  • Inline
@@ -81,13 +81,9 @@ class NshmTestUtils {
static void testNshm(Nshm nshm) {
NshmModel nshmModel = loadModel(nshm);
nshm.locations().parallelStream().forEach(location -> {
for (NamedLocation location : nshm.locations()) {
compareCurves(nshmModel, location);
});
// for (NamedLocation location : nshm.locations()) {
// compareCurves(nshmModel, location);
// }
}
nshmModel.exec.shutdown();
}
Loading