You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/symmetry/TestQuatSymmetryDetectorExamples.java
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -398,7 +398,6 @@ public void testSymDetectionWithClusteringByEntityId() throws IOException, Struc
398
398
/**
399
399
* A performance test that demonstrates how the SubunitClustererParameters.setUseEntityIdForSeqIdentityDetermination()
400
400
* has a dramatic effect in runtime versus doing alignments.
401
-
* This takes minutes with the parameter on, but hours without the parameter.
402
401
*/
403
402
@Ignore("This is a performance test to be run manually")
404
403
@Test
@@ -413,14 +412,20 @@ public void testSymDetectionPerformanceLargeCapsid() throws IOException, Structu
413
412
StructureIO.setAtomCache(cache);
414
413
415
414
// making sure we remove all atoms but representative before we expand, otherwise memory requirements are huge
0 commit comments