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

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2024

  1. signal: init value can be a ValueInfo structure with dtype, shape and…

    … default value to characterize the value
    Mathias Guijarro committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8da5103 View commit details
    Browse the repository at this point in the history
  2. test: Signal without value is considered dtype=float, shape=scalar

    Initializing with a 'simple' value will make 'describe()' use inference
    to determine dtype and shape at runtime
    Mathias Guijarro committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    79417e4 View commit details
    Browse the repository at this point in the history
  3. fix: set default shape in NDDerivedSignal

    Mathias Guijarro committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a1c9ec7 View commit details
    Browse the repository at this point in the history
  4. test: add tests for NumericValueInfo and Signals

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