Skip to content

Commit

Permalink
Update filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
albrja committed Jan 10, 2025
1 parent 82cb274 commit 26d1f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/risks/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def coverage_gap():

@pytest.fixture
def mock_rr_interpolators() -> pd.DataFrame:
rr_interpolators = pd.read_csv("tests/data/rr_interpolators.csv")
rr_interpolators = pd.read_csv("tests/data/rr_interpolator.csv")
idx_cols = [col for col in rr_interpolators.columns if "draw" not in col]
rr_interpolators = rr_interpolators.rename(columns={"draw_0": "value"})
return rr_interpolators

0 comments on commit 26d1f07

Please sign in to comment.