Skip to content

Commit

Permalink
Require PyMOL 2.6 for testLoadPLY
Browse files Browse the repository at this point in the history
  • Loading branch information
speleo3 committed Jan 31, 2024
1 parent bd4e3ab commit d4d27a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/tests/api/importing.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def testLoadPDBQT(self):
0.21, -0.644, -0.644]
self.assertArrayEqual(charges, charges_expected, delta=1e-4)

@testing.requires_version('1.8.3.1')
@testing.requires_version('2.6')
def testLoadPLY(self):
cmd.load(self.datafile("test_PHE_pentamer.ply.gz"))
e = cmd.get_extent('test_PHE_pentamer')
Expand Down

0 comments on commit d4d27a3

Please sign in to comment.