Skip to content

Commit 835e69f

Browse files
committed
Commented out assertion about not all starting locations having bases, which causes analysis to fail on Aztec
1 parent 3e6b7ed commit 835e69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/bwem/BWMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void assignStartingLocationsToSuitableBases() {
9191
}
9292

9393
if (atLeastOneFailed) {
94-
asserter.throwIllegalStateException("At least one starting location was not assigned to a base.");
94+
//asserter.throwIllegalStateException("At least one starting location was not assigned to a base.");
9595
}
9696
}
9797

0 commit comments

Comments
 (0)