ecopy icon indicating copy to clipboard operation
ecopy copied to clipboard

when running ecopy.transform() with method='normalize', numpy has no attribute nansqrt

Open luuuuuuuke opened this issue 2 years ago • 0 comments

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!

luuuuuuuke avatar Dec 23 '21 15:12 luuuuuuuke