Skip to content

Commit 5ae22c6

Browse files
authored
Merge pull request #898 from alan-turing-institute/fix_ensemble_kwargs_bug
Fix ensemble tuning params bug
2 parents 7650c55 + 50fde17 commit 5ae22c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoemulate/emulators/ensemble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def __init__(
139139
standardize_y: bool = True,
140140
n_emulators: int = 4,
141141
device: DeviceLike | None = None,
142-
mlp_kwargs: dict | None = None,
142+
**mlp_kwargs,
143143
):
144144
"""
145145
Initialize an ensemble of MLPs.

0 commit comments

Comments
 (0)