Skip to content

Commit

Permalink
test: Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Apr 1, 2023
1 parent 620626c commit 79a76e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def test_exceedance_probabilities_over_time_multiple_grouping(
exp = pd.DataFrame(
exp_vals[np.newaxis, :],
index=exp_idx,
columns=start.time_points.to_index(),
columns=pd.Index(start.time_points.to_index()),
)
exp.index = exp.index.set_levels(
[_get_calculate_exeedance_probs_expected_name(None, threshold)],
Expand Down

0 comments on commit 79a76e2

Please sign in to comment.