Skip to content

Commit 32060aa

Browse files
committed
only run the three tile test with real and fake matches
1 parent ac02c2e commit 32060aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

render-ws-java-client/src/test/java/org/janelia/render/client/newsolver/DistributedAffineBlockSolverTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@ public static void main(final String[] args) throws Exception {
9595

9696
LogbackTestTools.setRootLogLevelToError(); // hide all logging
9797

98-
debugInconsistentAlignments(TEST_TWO_STACK,
99-
TEST_TWO_ONLY_REAL_MATCH_COLLECTION,
100-
alignSuffixWithTime + "_only_real");
98+
// debugInconsistentAlignments(TEST_TWO_STACK,
99+
// TEST_TWO_ONLY_REAL_MATCH_COLLECTION,
100+
// alignSuffixWithTime + "_only_real");
101101

102102
debugInconsistentAlignments(TEST_THREE_STACK,
103103
TEST_THREE_MATCH_COLLECTION,
104104
alignSuffixWithTime);
105105

106-
debugInconsistentAlignments(TEST_THREE_STACK,
107-
TEST_THREE_ONLY_REAL_MATCH_COLLECTION,
108-
alignSuffixWithTime + "_only_real");
106+
// debugInconsistentAlignments(TEST_THREE_STACK,
107+
// TEST_THREE_ONLY_REAL_MATCH_COLLECTION,
108+
// alignSuffixWithTime + "_only_real");
109109

110110
// debugInconsistentAlignments(TEST_FOUR_STACK,
111111
// TEST_FOUR_MATCH_COLLECTION,

0 commit comments

Comments
 (0)