Skip to content

Commit

Permalink
rem req
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSJohnson committed Jun 10, 2024
1 parent 86ff2c3 commit 1d274b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/tests/api/test_importing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
from pymol.querying import cif_get_array


@test_utils.requires_version("3.0")
def test_bcif():
cmd.load(test_utils.datafile("115d.bcif.gz"))
assert cmd.count_atoms() == 407

@test_utils.requires_version("3.0")
def test_bcif_array():
obj_name = "foo"
cmd.set('cif_keepinmemory', 1)
Expand Down

0 comments on commit 1d274b9

Please sign in to comment.