Skip to content

Commit f54a16c

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

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
@@ -626,7 +626,7 @@ def plot( # noqa: PLR0912, PLR0915
626626
The ranges of the output features to consider for the plot. Ranges are
627627
combined such that the final subset is the intersection data within
628628
the specified ranges. Defaults to None.
629-
error_style: str
629+
error_style: Literal["bars", "fill"]
630630
The style of error representation in the plots. Can be "bars" for error
631631
bars or "fill" for shaded error regions. Defaults to "bars".
632632
figsize: tuple[int, int] | None

0 commit comments

Comments
 (0)