OpenBioSim / biosimspace

An interoperable Python framework for biomolecular simulation.
https://biosimspace.openbiosim.org
GNU General Public License v3.0
71 stars 11 forks source link

[BUG] getFrame space check incorrecty uses self #280

Closed lohedges closed 4 months ago

lohedges commented 4 months ago

As in the title, the check for a space property in this function incorrectly uses self, presumably because the logic was copied from the Trajectory class.