Skip to content

Commit 25273e7

Browse files
radka-jsgreenbury
andauthored
Update autoemulate/core/compare.py
Co-authored-by: Sam Greenbury <[email protected]>
1 parent 80771ed commit 25273e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoemulate/core/compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ def plot_preds( # noqa: PLR0912
854854
test_y = self._ensure_numpy_2d(test_y)
855855
y_pred = self._ensure_numpy_2d(y_pred)
856856

857-
# Figure out layoyt
857+
# Figure out layout
858858
n_outputs = test_y.shape[1] if test_y.ndim > 1 else 1
859859
nrows, ncols = calculate_subplot_layout(n_outputs, ncols)
860860
if figsize is None:

0 commit comments

Comments
 (0)