Skip to content

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

Description

@luuuuuuuke

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions