Skip to content

Commit

Permalink
fix local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Jul 26, 2023
1 parent 45036bf commit 570a3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/tests/test_waveform_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_waveform_tools():
wf_folder = cache_folder / f"test_waveform_tools_{j}_{k}_{l}"
if wf_folder.is_dir():
shutil.rmtree(wf_folder)
wf_folder.mkdir()
wf_folder.mkdir(parents=True)
mode_kwargs_ = dict(**mode_kwargs, folder=wf_folder)
else:
mode_kwargs_ = mode_kwargs
Expand Down

0 comments on commit 570a3a5

Please sign in to comment.