We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3068fe commit e44285eCopy full SHA for e44285e
auto_trainer/test_auto_trainer.py
@@ -78,7 +78,7 @@ def _assert_train_handler(train_run):
78
79
80
@pytest.mark.parametrize("model", MODELS)
81
-def test_train(model: Tuple[str, str]):
+def test_train(model: Tuple[str, str]): #
82
dataset, label_columns = _get_dataset(model[1])
83
is_test_passed = True
84
0 commit comments