Skip to content

Commit

Permalink
Update tests/unit/core/metrics/test_model_metrics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lalmei committed Apr 6, 2021
1 parent cbfb4c9 commit da3bbb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/core/metrics/test_model_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def tests_no_metrics_to_protobuf_regression():

def tests_model_metrics_to_protobuf_regression():


regression_model = ModelMetrics(model_type=ModelType.REGRESSION)

targets_1 = [0.1, 0.3, 0.4]
Expand Down

0 comments on commit da3bbb9

Please sign in to comment.