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

conda test TestHandlerMetricsSaver #4046

Closed
wyli opened this issue Apr 1, 2022 · 1 comment
Closed

conda test TestHandlerMetricsSaver #4046

wyli opened this issue Apr 1, 2022 · 1 comment

Comments

@wyli
Copy link
Contributor

wyli commented Apr 1, 2022

Describe the bug

======================================================================
FAIL: test_content (tests.test_handler_metrics_saver.TestHandlerMetricsSaver)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/MONAI/MONAI/tests/test_handler_metrics_saver.py", line 69, in test_content
    self.assertEqual(row, [f"filepath{i}\t{float(i)}\t{float(i + 1)}\t{i + 0.5}"])
AssertionError: Lists differ: ['filepath1\t1e+00\t2.0\t1.5'] != ['filepath1\t1.0\t2.0\t1.5']

First differing element 0:
'filepath1\t1e+00\t2.0\t1.5'
'filepath1\t1.0\t2.0\t1.5'

- ['filepath1\t1e+00\t2.0\t1.5']
?               ^^^

+ ['filepath1\t1.0\t2.0\t1.5']
?               ^


----------------------------------------------------------------------
wyli added a commit to yiheng-wang-nv/MONAI that referenced this issue Apr 1, 2022
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
wyli added a commit to yiheng-wang-nv/MONAI that referenced this issue Apr 1, 2022
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@wyli
Copy link
Contributor Author

wyli commented Apr 1, 2022

@wyli wyli closed this as completed Apr 1, 2022
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

No branches or pull requests

1 participant