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

fixes issues with super->sub-class auto-cast and handles MultiInputObj coercion #746

Merged
merged 9 commits into from
Jun 3, 2024

Commits on May 29, 2024

  1. streamlines typing error messages and fixes bug in super->subclass "a…

    …uto casting" when the sub-classes are part of a union. If the super class is a super class of any of the union args then it is ok.
    tclose authored and effigies committed May 29, 2024
    Configuration menu
    Copy the full SHA
    dd3b814 View commit details
    Browse the repository at this point in the history
  2. touched up error message

    tclose authored and effigies committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2d840be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a7955e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eed44a View commit details
    Browse the repository at this point in the history
  5. fixed up unittests

    tclose authored and effigies committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1bec68c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Update pydra/utils/typing.py

    Co-authored-by: Chris Markiewicz <[email protected]>
    tclose and effigies authored May 30, 2024
    Configuration menu
    Copy the full SHA
    ca0833c View commit details
    Browse the repository at this point in the history
  2. Update pydra/utils/tests/test_typing.py

    Co-authored-by: Chris Markiewicz <[email protected]>
    tclose and effigies authored May 30, 2024
    Configuration menu
    Copy the full SHA
    ae0422a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c00389 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad28ae5 View commit details
    Browse the repository at this point in the history