Skip to content

Commit

Permalink
Update _h_selection.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed May 29, 2024
1 parent 92c73a8 commit e2d6b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuadratiK/kernel_test/_h_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def select_h(
all_results = {}
for delta_val in delta:
parameters = all_parameters[all_parameters[:, 1] == delta_val]
results = Parallel(n_jobs=n_jobs, max_nbytes=5000)(
results = Parallel(n_jobs=n_jobs, pre_dispatch = n_jobs)(
delayed(_objective_two_sample)(
alternative,
b,
Expand Down

0 comments on commit e2d6b19

Please sign in to comment.