Closed speleo3 closed 3 years ago
cmd.fragment("ala") assert cmd.count_atoms("organic") == 0 assert cmd.count_atoms("guide") == 1 assert cmd.count_atoms("organic | guide") == 1
The last assertion fails, count_atoms returns 0.
count_atoms
Reproduced on Linux with PyMOL 2.5.2 and PyMOL 1.2
The last assertion fails,
count_atoms
returns 0.Reproduced on Linux with PyMOL 2.5.2 and PyMOL 1.2