Skip to content

Commit

Permalink
also remove tests with joblib dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jan 5, 2025
1 parent 2bb4d83 commit 906b5e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def test_multiprocessing_1():
hyper.run()


"""
def test_joblib_0():
hyper = Hyperactive(distribution="joblib")
hyper.add_search(objective_function, search_space, n_iter=15, n_jobs=2)
Expand All @@ -114,7 +115,7 @@ def joblib_wrapper(process_func, search_processes_paras, n_jobs, **kwargs):
hyper.add_search(objective_function, search_space, n_iter=15, n_jobs=2)
hyper.run()

"""

"""
def test_pathos_0():
Expand Down

0 comments on commit 906b5e7

Please sign in to comment.