Skip to content

Commit 95afb3e

Browse files
Jammy2211Jammy2211
authored andcommitted
unit test fix
1 parent 8e973d4 commit 95afb3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test_autolens/analysis/test_result.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ def test__positions_threshold_from(analysis_imaging_7x7):
211211

212212
result = res.Result(samples_summary=samples_summary, analysis=analysis_imaging_7x7)
213213

214-
assert result.positions_threshold_from() == pytest.approx(0.930414842576, 1.0e-4)
214+
assert result.positions_threshold_from() == pytest.approx(0.0019501455, 1.0e-4)
215215
assert result.positions_threshold_from(factor=5.0) == pytest.approx(
216-
4.652074212, 1.0e-4
216+
0.0097507278035, 1.0e-4
217217
)
218218
assert result.positions_threshold_from(minimum_threshold=10.0) == pytest.approx(
219219
10.0, 1.0e-4

0 commit comments

Comments
 (0)