Skip to content

Commit

Permalink
fix plotting merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mastoffel committed Feb 27, 2024
1 parent 80c746a commit 09360e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autoemulate/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,7 @@ def _plot_results(
output_index,
)
else:
_plot_best_fold_per_model(
cv_results, X, y, n_cols, plot_type, figsize, output_index
)
_plot_best_fold_per_model(cv_results, X, y, n_cols, plot, figsize, output_index)


def _plot_model(model, X, y, plot="standard", n_cols=2, figsize=None):
Expand Down

0 comments on commit 09360e3

Please sign in to comment.