Skip to content

Commit

Permalink
fix ci interval
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Dec 4, 2024
1 parent 7f1d3c0 commit 68d3fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdtools/test/analysis_chains_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def test_sensor_clearsky_pvlib_analysis(sensor_clearsky_pvlib_analysis):
ci = yoy_results["rd_confidence_interval"]
rd = yoy_results["p50_rd"]
assert -1.478 == pytest.approx(rd, abs=1e-2)
assert [-1.926, -0.649] == pytest.approx(ci, abs=1e-2)
assert [-2.495, -0.649] == pytest.approx(ci, abs=1e-2)


@pytest.fixture
Expand Down

0 comments on commit 68d3fc4

Please sign in to comment.