We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc7781 commit 5556fa9Copy full SHA for 5556fa9
tests/test_singularity_containers.py
@@ -6,6 +6,8 @@
6
import spikeinterface.extractors as se
7
import spikeinterface.sorters as ss
8
9
+os.environ['SINGULARITY_DISABLE_CACHE'] = 'true'
10
+
11
12
@pytest.fixture(autouse=True)
13
def work_dir(request, tmp_path):
0 commit comments