Skip to content

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <[email protected]>
  • Loading branch information
shashank-boyapally committed Mar 21, 2024
1 parent 555ff50 commit 46dab64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 210 deletions.
5 changes: 0 additions & 5 deletions orion.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ def cmd_analysis(**kwargs):
print("="*len(test_name))
print(result_table)

csv_name = kwargs["output"].split(".")[0]+"-"+test['name']+".csv"
match.save_results(
merged_df, csv_file_path=csv_name
)

@cli.command(name="daemon-mode")
@click.option("--debug", default=False, is_flag=True, help="log level")
def rundaemon(debug):
Expand Down
205 changes: 0 additions & 205 deletions utils/orion_funcs.py

This file was deleted.

0 comments on commit 46dab64

Please sign in to comment.