We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80771ed commit 25273e7Copy full SHA for 25273e7
autoemulate/core/compare.py
@@ -854,7 +854,7 @@ def plot_preds( # noqa: PLR0912
854
test_y = self._ensure_numpy_2d(test_y)
855
y_pred = self._ensure_numpy_2d(y_pred)
856
857
- # Figure out layoyt
+ # Figure out layout
858
n_outputs = test_y.shape[1] if test_y.ndim > 1 else 1
859
nrows, ncols = calculate_subplot_layout(n_outputs, ncols)
860
if figsize is None:
0 commit comments