Skip to content

Commit

Permalink
remove set_global_jobs_kwargs from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishalcrow committed Aug 28, 2024
1 parent b9a6c3a commit 75e45c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
from spikeinterface.curation.tests.common import make_sorting_analyzer, sorting_analyzer_for_curation
from spikeinterface.curation.model_based_curation import ModelBasedClassification

from spikeinterface import set_global_job_kwargs

set_global_job_kwargs(n_jobs=-1)

if hasattr(pytest, "global_test_folder"):
cache_folder = pytest.global_test_folder / "curation"
else:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
import os
import numpy as np
from spikeinterface.curation.train_manual_curation import CurationModelTrainer, train_model
from spikeinterface import set_global_job_kwargs
import tempfile, csv

set_global_job_kwargs(n_jobs=-1)


@pytest.fixture
def trainer():
Expand Down

0 comments on commit 75e45c4

Please sign in to comment.