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

Fix failing unit-test test_wsireader #7905

Merged
merged 2 commits into from
Jul 14, 2024

Commits on Jul 11, 2024

  1. Fix failing unit-test test_wsireader

    Conversion of units when the unit if '' caused the test to fail.
    
    FAILED tests/test_wsireader.py::TestTiffFile::test_resolution_mpp_0__home_johnsonhj_src_MONAI_tests_testing_data_temp_wsi_generic_tiff_tiff - ValueError: Currently, it only supports length conversion but `` is given.
    
    FAILED tests/test_wsireader.py::TestTiffFile::test_resolution_mpp_0__home_johnsonhj_src_MONAI_tests_testing_data_temp_wsi_generic_tiff_tiff - AttributeError: 'ConvertUnits' object has no attribute 'conversion_factor'
    
    Signed-off-by: Hans Johnson <hans-johnson@uiowa.edu>
    hjmjohnson committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f2d4f1a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

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