Skip to content

Commit aa49056

Browse files
committed
Fix the issue in test case
1 parent 6fe4808 commit aa49056

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/models/hyper_dt_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def test_hyper_dt(self):
8181
y = np.random.randint(0, 2, size=(100), dtype='int')
8282
df = pd.DataFrame({'x1': x1, 'x2': x2, 'x3': x3, 'x4': x4})
8383
hdt.search(df, y, df, y, max_trails=3, epochs=1)
84-
assert hdt.best_model
8584
best_trial = hdt.get_best_trail()
8685

8786
estimator = hdt.final_train(best_trial.space_sample, df, y, epochs=1)

0 commit comments

Comments
 (0)