Skip to content

Commit 27e02c7

Browse files
authored
Improve precompile workload (#68)
Without the `close`, the returned model was empty.
1 parent 52ff938 commit 27e02c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BioStructures.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ end
5252
ATOM 8 CE MET A 1 -3.296 14.391 24.798 1.00 54.68 C
5353
END
5454
""")
55+
close(io)
5556
struc = read(path, PDBFormat)
5657
show(devnull, struc)
5758
collectatoms(struc, sel"serial < 5")

0 commit comments

Comments
 (0)