Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/save to ascii bugfix #229

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Sep 19, 2024

  1. Debug tuple print of np.float

    With numpy>=2.0.0, tuple(vectors[0]) returns the type of the number (eg: np.float64()) instead of the number
    Adding .tolist() to the vector converts the vector to a python list and could be printed.
    Work also with numpy <2.0.0
    tbaudier committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c7c4683 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Fixed the write to ascii by manually converting to floats instead of …

    …np.float, making it readable by other softwares
    JBil8 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    fc716e3 View commit details
    Browse the repository at this point in the history