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
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'] ? ^ ----------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
fixes Project-MONAI#4046
e3149eb
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
4a05583
addressed in https://github.com/Project-MONAI/MONAI/pull/4044/files
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The text was updated successfully, but these errors were encountered: