We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_wsireader
====================================================================== FAIL: test_resolution_mpp_0__home_runner_work_MONAI_MONAI_tests_testing_data_temp_wsi_generic_tiff_tiff (tests.test_wsireader.TestTiffFile.test_resolution_mpp_0__home_runner_work_MONAI_MONAI_tests_testing_data_temp_wsi_generic_tiff_tiff) ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/parameterized/parameterized.py", line 620, in standalone_func return func(*(a + p.args), **p.kwargs, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/MONAI/MONAI/tests/test_wsireader.py", line 594, in test_resolution_mpp self.assertTupleEqual(mpp, expected_mpp) AssertionError: Tuples differ: (0.1, 0.1) != (1000.0, 1000.0) First differing element 0: 0.1 1000.0 - (0.1, 0.1) + (1000.0, 1000.0) ----------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
cc @hjmjohnson
Sorry, something went wrong.
fix Project-MONAI#7918
f211ef1
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
4fbe800
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: