Skip to content

Commit b7a40c5

Browse files
committed
TODO TestHardBioUnits
1 parent 2d4cc74 commit b7a40c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

biojava-structure/src/test/java/org/biojava/nbio/structure/io/TestHardBioUnits.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ public void test4A1I() throws IOException, StructureException {
108108
String pdbId = "4A1I";
109109
int biolAssemblyNr = 2;
110110

111+
AtomCache atomCache = new AtomCache();
112+
// TODO there seem to be numerical instabilities when parsing BCIF
113+
atomCache.setFiletype(StructureFiletype.CIF);
114+
StructureIO.setAtomCache(atomCache);
111115
Structure bioAssembly = StructureIO.getBiologicalAssembly(pdbId,biolAssemblyNr);
112116

113117
if ( bioAssembly == null){

0 commit comments

Comments
 (0)