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

signal: init value can be a ValueInfo structure with dtype, shape and… #1194

Merged
merged 4 commits into from
Nov 12, 2024

Commits on Nov 5, 2024

  1. signal: add dtype, shape keyword arguments to constructor, to be able…

    … to characterize the value
    Mathias Guijarro committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    da948eb View commit details
    Browse the repository at this point in the history
  2. fix: set default shape in NDDerivedSignal

    Mathias Guijarro committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1038ac8 View commit details
    Browse the repository at this point in the history
  3. test: add tests for different dtype, shape and Signals

    Mathias Guijarro committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e93622e View commit details
    Browse the repository at this point in the history
  4. fix: data shape returns a tuple

    Mathias Guijarro committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    db157c5 View commit details
    Browse the repository at this point in the history