Skip to content

Commit

Permalink
issue #383 modifications to support plotting multiple plot types defi…
Browse files Browse the repository at this point in the history
…ned in a single config file
  • Loading branch information
bikegeek committed Mar 7, 2024
1 parent 433fd62 commit 4114269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metplotpy/plots/tcmpr_plots/skill/median/tcmpr_series_skill_median.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class TcmprSeriesSkillMedian(TcmprSeries):
"""

def __init__(self, config, idx: int, input_data, series_list: list,
series_name: Union[list, tuple], skill_ref_data: DataFrame = None):
super().__init__(config, idx, input_data, series_list, series_name, skill_ref_data)
series_name: Union[list, tuple], stat_name, skill_ref_data: DataFrame = None):
super().__init__(config, idx, input_data, series_list, series_name, stat_name, skill_ref_data)

def _create_series_points(self) -> dict:
"""
Expand Down

0 comments on commit 4114269

Please sign in to comment.