Skip to content

Commit

Permalink
remove type
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya committed Dec 25, 2021
1 parent 0692b74 commit d9ae8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/autotasks/test_core_automodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_create_search_space():


@patch.multiple(AutoModel, __abstractmethods__=set())
@patch("gradsflow.autotasks.engine.backend_type.pl")
@patch("gradsflow.autotasks.engine.backend.pl")
def test_objective(mock_pl):
optimization_metric = "val_accuracy"
model = AutoModel(
Expand Down

0 comments on commit d9ae8c4

Please sign in to comment.