Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel caron committed Nov 4, 2024
1 parent dc182b1 commit f6d60c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6d60c5

Please sign in to comment.