update doc about scheduler exception (#564)

* update doc about scheduler exception

* remove assert
This commit is contained in:
Chi Wang
2022-05-31 17:21:57 -07:00
committed by GitHub
parent 927a4eeae5
commit 1af682b7f5
3 changed files with 15 additions and 7 deletions

View File

@@ -99,7 +99,6 @@ class TestClassification(unittest.TestCase):
"ensemble": True,
}
automl.fit(X, y, **automl_settings)
assert automl.model is not None
automl = AutoML()
try: