There was an error while loading. Please reload this page.
1 parent 8e973d4 commit 95afb3eCopy full SHA for 95afb3e
1 file changed
test_autolens/analysis/test_result.py
@@ -211,9 +211,9 @@ def test__positions_threshold_from(analysis_imaging_7x7):
211
212
result = res.Result(samples_summary=samples_summary, analysis=analysis_imaging_7x7)
213
214
- assert result.positions_threshold_from() == pytest.approx(0.930414842576, 1.0e-4)
+ assert result.positions_threshold_from() == pytest.approx(0.0019501455, 1.0e-4)
215
assert result.positions_threshold_from(factor=5.0) == pytest.approx(
216
- 4.652074212, 1.0e-4
+ 0.0097507278035, 1.0e-4
217
)
218
assert result.positions_threshold_from(minimum_threshold=10.0) == pytest.approx(
219
10.0, 1.0e-4
0 commit comments