tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
233 stars 17 forks source link

SymPy added better printing for MatPow, but this broke our sqrt of a … #228

Closed tBuLi closed 5 years ago

tBuLi commented 5 years ago

…(1, 1) matrix scalar. Fixed by checking the shape before taking the power, and take a standard power if we're dealing with a scalar.