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

Hotfix data_set.py: flatten 2D arrays #6573

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. Hotfix data_set.py: flatten 2D arrays

    When adding a 2D array as a standalone parameter in a dataset, the whole numpy array would be save in bit form.
    Flatten is needed to make a proper array to saved alongside the data.
    Imri Fattal committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8f4baa8 View commit details
    Browse the repository at this point in the history