Skip to content

Commit

Permalink
removed prints
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <sboyapal@redhat.com>
  • Loading branch information
shashank-boyapally committed May 21, 2024
1 parent 3952133 commit b9d8559
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/orion_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ def run_hunter_analyze(merged_df, test, output):
data=data,
attributes=attributes,
)
# print(dumps(loads(merged_df.to_json(orient="records")),indent=4))
change_points = series.analyze().change_points_by_time
print(series.analyze().change_points)
report = Report(series, change_points)
if output == "text":
output_table = report.produce_report(
Expand Down

0 comments on commit b9d8559

Please # to comment.