nipy / nitransforms

a standalone fork of nipy/nibabel#656
https://nitransforms.readthedocs.io
MIT License
28 stars 15 forks source link

Ensure composition should be implemented with ``__matmul__`` and not ``__rmatmul__`` #169

Open oesteban opened 1 year ago

oesteban commented 1 year ago

As brought up by Chris in the last bit of https://github.com/nipy/nitransforms/pull/166#issuecomment-1189631982, the right implementation should be carefully considered.