Skip to content
Snippets Groups Projects
Commit 73dfc4e5 authored by Daniel CARRON's avatar Daniel CARRON :b: Committed by André Anjos
Browse files

[segmentation.tests] Adjust threshold for montgomery histogram comparison

parent 205006fa
No related branches found
No related tags found
1 merge request!46Create common library
...@@ -130,5 +130,5 @@ def test_model_transforms_image_quality(database_checkers, datadir, model_name): ...@@ -130,5 +130,5 @@ def test_model_transforms_image_quality(database_checkers, datadir, model_name):
datamodule, datamodule,
reference_histogram_file, reference_histogram_file,
compare_type="statistical", compare_type="statistical",
pearson_coeff_threshold=0.005, pearson_coeff_threshold=0.5,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment