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 12448cc commit 9fad937Copy full SHA for 9fad937
1 file changed
src/spikeinterface/exporters/tests/test_export_to_ibl.py
@@ -81,7 +81,7 @@ def test_export_lfp_to_ibl(sorting_analyzer_sparse_for_export, create_cache_fold
81
recording_lfp = bandpass_filter(recording, freq_min=0.5, freq_max=300)
82
recording_lfp = decimate(recording_lfp, 10)
83
# LFP, but no AP
84
- export_to_ibl(
+ export_to_ibl_gui(
85
sorting_analyzer, output_folder, lfp_recording=recording_lfp, good_units_query=good_units_query, n_jobs=-1
86
)
87
for f in required_output_files:
0 commit comments