Skip to content

Commit 3a93e1c

Browse files
committed
Comment out 3R8R from localSymmetry test
1 parent 18f57de commit 3a93e1c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/symmetry/TestQuatSymmetryDetectorExamples.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,12 @@ public void testLocal() throws IOException, StructureException {
183183
localSymmetries.put("A8","D2");
184184
testLocalSymmetries.add(localSymmetries);
185185

186+
/* Bioassembly for 3R8R changed in January 2020 (PR #867)
186187
testIds.add("BIO:3R8R:1");
187188
testStoichiometries.add("A12");
188189
localSymmetries = new HashMap<>();
189190
localSymmetries.put("A10","D5");
190-
testLocalSymmetries.add(localSymmetries);
191+
testLocalSymmetries.add(localSymmetries);*/
191192

192193
testIds.add("BIO:1O18:1");
193194
testStoichiometries.add("A14B6C5D5");

0 commit comments

Comments
 (0)