Skip to content

Commit

Permalink
Fix metrics assert
Browse files Browse the repository at this point in the history
  • Loading branch information
averevki committed Mar 6, 2024
1 parent db938e0 commit ab146ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ def test_deep_metrics(metric_name, metric_type, deep_metrics):
lambda x: x["metric"]["evaluator_name"] == metric_name and x["metric"]["evaluator_type"] == metric_type
)

assert metrics
assert len(metrics.metrics) > 0
assert metrics.values[0] == 1

0 comments on commit ab146ae

Please sign in to comment.