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

Add __repr__ and __str__ to Metrics baseclass #7487

Merged
merged 4 commits into from
Feb 28, 2024
Merged

Add __repr__ and __str__ to Metrics baseclass #7487

merged 4 commits into from
Feb 28, 2024

Commits on Feb 22, 2024

  1. Update test_nnunetv2runner (#7483)

    Fixes #7013 #7478
    
    ### Description
    replace `predict_from_raw_data` with `nnUNetPredictor` in
    test_nnunetv2runner
    
    ### Types of changes
    <!--- Put an `x` in all the boxes that apply, and remove the not
    applicable items -->
    - [x] Non-breaking change (fix or new feature that would not break
    existing functionality).
    - [ ] Breaking change (fix or new feature that would cause existing
    functionality to change).
    - [ ] New tests added to cover the changes.
    - [ ] Integration tests passed locally by running `./runtests.sh -f -u
    --net --coverage`.
    - [ ] Quick tests passed locally by running `./runtests.sh --quick
    --unittests --disttests`.
    - [ ] In-line docstrings updated.
    - [ ] Documentation updated, tested `make html` command in the `docs/`
    folder.
    
    ---------
    
    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: Mathijs de Boer <m.deboer-41@umcutrecht.nl>
    KumoLiu authored and Mathijs de Boer committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2cf45d5 View commit details
    Browse the repository at this point in the history
  2. Add __repr__ and __str__ to Metrics baseclass

    Signed-off-by: Mathijs de Boer <m.deboer-41@umcutrecht.nl>
    Mathijs de Boer committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8c440c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Remove __repr__

    Signed-off-by: Mathijs de Boer <m.deboer-41@umcutrecht.nl>
    Mathijs de Boer committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    dd88f37 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into dev

    KumoLiu authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    036b816 View commit details
    Browse the repository at this point in the history