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
Currently there are a handful of tests that fail on ARM. Flagging these here for follow up.
xref: #471 (comment)
In particular these tests fail on ARM:
From python/cucim/src/cucim/skimage/exposure/tests/test_exposure.py:
python/cucim/src/cucim/skimage/exposure/tests/test_exposure.py
test_negative_overflow
test_rescale_out_range
test_rescale_no_overflow
test_rescale_float_output
From python/cucim/src/cucim/skimage/segmentation/tests/test_random_walker.py:
python/cucim/src/cucim/skimage/segmentation/tests/test_random_walker.py
test_trivial_cases
The text was updated successfully, but these errors were encountered:
arm
No branches or pull requests
Currently there are a handful of tests that fail on ARM. Flagging these here for follow up.
xref: #471 (comment)
In particular these tests fail on ARM:
From
python/cucim/src/cucim/skimage/exposure/tests/test_exposure.py
:test_negative_overflow
test_rescale_out_range
test_rescale_no_overflow
test_rescale_float_output
From
python/cucim/src/cucim/skimage/segmentation/tests/test_random_walker.py
:test_trivial_cases
The text was updated successfully, but these errors were encountered: