Skip to content

Commit

Permalink
update sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal-Danieli committed Jan 9, 2025
1 parent b3068fe commit e44285e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_trainer/test_auto_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _assert_train_handler(train_run):


@pytest.mark.parametrize("model", MODELS)
def test_train(model: Tuple[str, str]):
def test_train(model: Tuple[str, str]): #
dataset, label_columns = _get_dataset(model[1])
is_test_passed = True

Expand Down

0 comments on commit e44285e

Please sign in to comment.