Skip to content

Commit

Permalink
fixing get_scan_results args
Browse files Browse the repository at this point in the history
  • Loading branch information
rabah-khalek committed Aug 13, 2024
1 parent 182731c commit 6ba1994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giskard_vision/core/detectors/perturbation.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_results(self, model: Any, dataset: Any) -> Sequence[ScanResult]:
results.append(
self.get_scan_result(
test_result.metric_value_test,
test_result.metric_value_test,
test_result.metric_value_ref,
test_result.metric_name,
filename_examples,
dl.name,
Expand Down

0 comments on commit 6ba1994

Please sign in to comment.