Skip to content

Commit 3c2401a

Browse files
authored
Merge pull request #871 from lafita/master
Comment out 3R8R from localSymmetry test
2 parents 18f57de + 3a93e1c commit 3c2401a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)