Skip to content

Commit 5cb7b1d

Browse files
committed
remove dist. test
1 parent 485d4c2 commit 5cb7b1d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/test_distribution.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ def test_n_jobs_3():
4343
hyper.run()
4444

4545

46-
def test_n_jobs_4():
47-
hyper = Hyperactive()
48-
hyper.add_search(objective_function, search_space, n_iter=15, n_jobs=100)
49-
hyper.run()
50-
51-
assert len(hyper.results_list) == 100
52-
53-
5446
def test_n_jobs_5():
5547
hyper = Hyperactive()
5648
hyper.add_search(objective_function, search_space, n_iter=15, n_jobs=2)

0 commit comments

Comments
 (0)