Skip to content

Commit

Permalink
temporal change to test linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Jun 28, 2024
1 parent 47af0d5 commit 36a24e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def __init__(self, dataframes_paths, store_path=gettempdir(), base_name=None, un
base_name (str, optional): Base name for saved visualizations. Defaults to None.
unify_child_daemon_metrics (bool, optional): Whether to unify child daemon metrics. Defaults to False.
"""
super().__init__(dataframes_paths, store_path, base_name)
super().__init__(testing, store_path, base_name)
self._validate_dataframe()
if unify_child_daemon_metrics:
self.dataframe = self.dataframe.reset_index(drop=False)
Expand Down

0 comments on commit 36a24e3

Please sign in to comment.