From 84da278cddb596b4a6f28d0533c4b608dc6e67ae Mon Sep 17 00:00:00 2001 From: luenensc <peter.luenenschloss@ufz.de> Date: Wed, 5 Apr 2023 12:10:46 +0200 Subject: [PATCH] added ellipsis to axes output check --- docs/cookbooks/ResidualOutlierDetection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbooks/ResidualOutlierDetection.rst b/docs/cookbooks/ResidualOutlierDetection.rst index 2f53d71b8..e5a581fe1 100644 --- a/docs/cookbooks/ResidualOutlierDetection.rst +++ b/docs/cookbooks/ResidualOutlierDetection.rst @@ -273,7 +273,7 @@ To see all the results obtained so far, plotted in one figure window, we make us .. doctest:: exampleOD >>> data.to_df().plot() - <AxesSubplot: > + <Axes...> .. plot:: :context: -- GitLab