Skip to content

Commit 1d2d060

Browse files
committed
flake8 grumbles
1 parent b25219d commit 1d2d060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rdtools/plotting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ def degradation_timeseries_plot(yoy_info, rolling_days=365, include_ci=True,
446446
a dictionary with keys:
447447
* YoY_values - pandas series of year on year slopes
448448
rolling_days: int, default 365
449-
Number of days for rolling window. Note that
450-
the window must contain at least 25% of datapoints to be included in
449+
Number of days for rolling window. Note that
450+
the window must contain at least 25% of datapoints to be included in
451451
the rolling plot, and the rolling window is centered.
452452
include_ci : bool, default True
453453
calculate and plot 2-sigma confidence intervals along with rolling median

0 commit comments

Comments
 (0)