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

Mismatch result in test_wsireader #7918

Closed
KumoLiu opened this issue Jul 15, 2024 · 1 comment · Fixed by #7921
Closed

Mismatch result in test_wsireader #7918

KumoLiu opened this issue Jul 15, 2024 · 1 comment · Fixed by #7921

Comments

@KumoLiu
Copy link
Contributor

KumoLiu commented Jul 15, 2024

======================================================================
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)

----------------------------------------------------------------------
@KumoLiu
Copy link
Contributor Author

KumoLiu commented Jul 15, 2024

cc @hjmjohnson

KumoLiu added a commit to KumoLiu/MONAI that referenced this issue Jul 16, 2024
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant