Skip to content

Commit

Permalink
adding spacing issue
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
Auto User committed Sep 19, 2024
1 parent 351664e commit 49ed66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/algorithms/cmr/cmr.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _analyze(self):

series= self.setup_series()
tolerancy = 20

df, change_points_by_metric = self.run_cmr(tolerancy, self.dataframe)
series.data= df
return series, change_points_by_metric
Expand Down

0 comments on commit 49ed66c

Please sign in to comment.