Skip to content

Commit

Permalink
hunter, refactor
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 Feb 1, 2024
1 parent 8531b3b commit 169c091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion orion.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
import pandas as pd

from fmatch.matcher import Matcher
from utils.orion_funcs import run_hunter_analyze, get_metadata, set_logging, load_config, get_metric_data
from utils.orion_funcs import run_hunter_analyze, get_metadata, \
set_logging, load_config, get_metric_data


@click.group()
Expand Down
1 change: 1 addition & 0 deletions utils/orion_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def run_hunter_analyze(merged_df,test):
output = report.produce_report(test_name="test",report_type=ReportType.LOG)
print(output)

# pylint: disable=too-many-locals
def get_metric_data(ids, index, metrics, match, logger):
"""Gets details metrics basked on metric yaml list
Expand Down

0 comments on commit 169c091

Please sign in to comment.