Closed herbertludowieg closed 4 years ago
Should we consider adding return Atom(return_var)
for the center
, rotate
, translate
and align
methods. As it is right now it only returns an instance of pandas.DataFrame
instead of Atom
.
I just noticed that the new Atom.align
method may have overwritten a pre-existing method in pandas.DataFrame
. Also, I would like to add tests to this PR.
Given your last comment, lets rename the method so that it doesn't mess with pandas API.
I agree I'll rename it to align_mol. Seems to make enough sense to me.
@herbertludowieg , lets merge master into this PR, resolve conflicts, and then see what the build system reports.
This closes #166 and closes #167.
Fixed bug in
Atom.center
Additions:
Atom.rotate