Skip to content

Problem in Visualization for Sample code #171

Open
@newton-raphson

Description

Describe the bug
np.float was a deprecated alias for the builtin float. To avoid this error in existing code, use float by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.float64 here.

To Reproduce
Steps to reproduce the behavior:

  1. pip install geomdl
  2. run the sample code to produce the code
  3. AttributeError: module 'numpy' has no attribute 'float'.
    np.float was a deprecated alias for the builtin float. To avoid this error in existing code, use float by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.float64 here.
    The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:

Expected Behavior

Configuration:

  • macos M1
  • python3.11
  • pip - geomdl version/branch:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugThere is a problem with the coding or algorithms

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions