Closed speleo3 closed 3 years ago
The underlying issue could be the negative value of base[0].sele[a] or the signed/unsigned mismatch of base[0].sele[a] and AtomInfoType.flags (less likely, but I don't know...).
base[0].sele[a]
AtomInfoType.flags
Casting to a bool fixes this particular issue.
bool
Closes https://github.com/schrodinger/pymol-open-source/issues/198
Thanks for the PR, Thomas. I'm going to open up an internal ticket to investigate this further.
That was quick, thanks Jarrett!
The underlying issue could be the negative value of
base[0].sele[a]
or the signed/unsigned mismatch ofbase[0].sele[a]
andAtomInfoType.flags
(less likely, but I don't know...).Casting to a
bool
fixes this particular issue.Closes https://github.com/schrodinger/pymol-open-source/issues/198