Skip to content

Commit 1ff92dd

Browse files
committed
fix: use relative path for phy output
1 parent f6a52d9 commit 1ff92dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

element_array_ephys/spike_sorting/si_spike_sorting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def _sorting_analyzer_compute():
301301
si.exporters.export_to_phy(
302302
sorting_analyzer=sorting_analyzer,
303303
output_folder=analyzer_output_dir / "phy",
304+
use_relative_path=True,
304305
**job_kwargs,
305306
)
306307
# Generate spike interface report

0 commit comments

Comments
 (0)