From f6d60c56683b132808dfdc8828eacd4ce004e6dd Mon Sep 17 00:00:00 2001 From: marcel caron Date: Mon, 4 Nov 2024 06:32:01 +0000 Subject: [PATCH] Fix typo --- ush/timeseries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/timeseries.py b/ush/timeseries.py index 80818ed..af357fc 100755 --- a/ush/timeseries.py +++ b/ush/timeseries.py @@ -178,7 +178,7 @@ def plot_time_series(df: pd.DataFrame, logger: logging.Logger, pivot_ci_lower2, pivot_ci_upper2 = pivot_tables[4:] # Reindex pivot table with full list of dates, introducing NaNs - pivot_tables, incr = reindex_pivot_tables( + pivot_tables, incr = plot_util.reindex_pivot_tables( pivot_metric2, pivot_metric2, pivot_counts, pivot_ci_lower1, pivot_ci_upper2, pivot_ci_lower2, pivot_ci_upper2, 'timeseries', date_hours, metric2_name, sample_equalization, confidence_intervals