Open luuuuuuuke opened 2 years ago
When trying to transform matrices using the "normalize" method, I get the error:
AttributeError: module 'numpy' has no attribute 'nansqrt'
I know that numpy does have a 'sqrt' attribute, so should transform.py be edited to say 'sqrt' instead of 'nansqrt'?
Thx!
When trying to transform matrices using the "normalize" method, I get the error:
AttributeError: module 'numpy' has no attribute 'nansqrt'
I know that numpy does have a 'sqrt' attribute, so should transform.py be edited to say 'sqrt' instead of 'nansqrt'?
Thx!