Skip to content

Commit

Permalink
Fix intergations test
Browse files Browse the repository at this point in the history
  • Loading branch information
qroa committed Dec 13, 2024
1 parent b53ff0d commit 127f344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mapie_v1/integration_tests/tests/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def test_intervals_and_predictions_exact_equality_cross(params_cross):
"aggregation_method": "median",
"method": "plus",
"fit_params": {"sample_weight": sample_weight},
"ensemble": True,
"random_state": RANDOM_STATE,
},
},
Expand All @@ -218,7 +219,6 @@ def test_intervals_and_predictions_exact_equality_cross(params_cross):
"alpha": [0.5, 0.5],
"conformity_score": GammaConformityScore(),
"agg_function": "mean",
"ensemble": True,
"cv": Subsample(n_resamplings=20,
replace=True,
random_state=RANDOM_STATE),
Expand Down Expand Up @@ -256,6 +256,7 @@ def test_intervals_and_predictions_exact_equality_cross(params_cross):
),
"method": "minmax",
"aggregation_method": "mean",
"ensemble": True,
"allow_infinite_bounds": True,
"random_state": RANDOM_STATE,
}
Expand Down

0 comments on commit 127f344

Please sign in to comment.