TNO Intern

Commit fb12cedc authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Changing the rtol on the well_distance optimizer

parent 77fee5f8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,4 +20,4 @@ def test_well_distance_optimizer():

    well_distance = optimize_well_distance(props, input_data, 6000000, 40)

    assert np.isclose(well_distance, 1011.9140625, rtol=0.000001)
 No newline at end of file
    assert np.isclose(well_distance, 1011.9140625, rtol=0.015)
 No newline at end of file