theochem / procrustes

Python library for finding the optimal transformation(s) that makes two matrices as close as possible to each other.
https://procrustes.qcdevs.org/
GNU General Public License v3.0
109 stars 20 forks source link

Clarify quickstart notebook re translation/scaling #192

Closed PaulWAyers closed 1 year ago

PaulWAyers commented 1 year ago

Adjusted wording and fixed a couple typos related to the translation/scaling clarification made by @FanwangM .

With these pull requests, it should be easy for a user to print out translation/scaling factors as needed, as well as recover the translated/scaled versions of the array $a$.

codecov[bot] commented 1 year ago

Codecov Report

Merging #192 (3c349c7) into master (261679a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #192   +/-   ##
=======================================
  Coverage   94.38%   94.38%           
=======================================
  Files          11       11           
  Lines         695      695           
=======================================
  Hits          656      656           
  Misses         39       39