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

Potential solution for #6595 #6598

Draft
wants to merge 7 commits into
base: dev
Choose a base branch
from

Commits on Jun 10, 2023

  1. Args and Kwargs solution to issue Project-MONAI#6595

    Signed-off-by: Ben Murray <[email protected]>
    atbenmurray committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    af997ed View commit details
    Browse the repository at this point in the history
  2. Adding args and kwargs to inverse_call also

    Signed-off-by: Ben Murray <[email protected]>
    atbenmurray committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    49b9b29 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    5c94535 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Implemented argument matching in the wrapper to avoid the hook functi…

    …ons needing to be aware of additional arguments on func
    
    Signed-off-by: Ben Murray <[email protected]>
    atbenmurray committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7ec154d View commit details
    Browse the repository at this point in the history
  2. Cleaned up code slightly for brevity and clarity

    Signed-off-by: Ben Murray <[email protected]>
    atbenmurray committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    746fc6f View commit details
    Browse the repository at this point in the history
  3. Elimination of temporary variables where possible

    Signed-off-by: Ben Murray <[email protected]>
    atbenmurray committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6fe8c68 View commit details
    Browse the repository at this point in the history
  4. Indentation fix

    Signed-off-by: Ben Murray <[email protected]>
    atbenmurray committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c7a6cca View commit details
    Browse the repository at this point in the history