Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibro45 committed May 29, 2024
1 parent f4d4dab commit 3b37a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_cifar.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def test_trainer_method(method_name: str, config_file: str):
""" """
kwargs = {"config_file": config_file, "args_file": test_overrides}

func_return = run_trainer_method(method_name, **kwargs)
func_return = run(method_name, **kwargs)
assert func_return is None

0 comments on commit 3b37a20

Please sign in to comment.