Skip to content

Commit

Permalink
Removing compare_class_to_scores
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemoret-nv committed Nov 3, 2022
1 parent 27d0d2d commit a413486
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_sid.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
from morpheus.stages.preprocess.preprocess_nlp_stage import PreprocessNLPStage
from utils import TEST_DIRS
from utils import calc_error_val
from utils import compare_class_to_scores

# End-to-end test intended to imitate the Sid validation test
FEATURE_LENGTH = 256
Expand Down Expand Up @@ -110,8 +109,6 @@ def _run_minibert_pipeline(config, tmp_path, model_name, truncated, data_col_nam

pipe.run()

compare_class_to_scores(out_file, config.class_labels, 'si_', 'score_', threshold=0.5)

return calc_error_val(results_file_name)


Expand Down

0 comments on commit a413486

Please sign in to comment.