Skip to content

Commit 9fad937

Browse files
committed
Fix typo in tests
1 parent 12448cc commit 9fad937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/exporters/tests/test_export_to_ibl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_export_lfp_to_ibl(sorting_analyzer_sparse_for_export, create_cache_fold
8181
recording_lfp = bandpass_filter(recording, freq_min=0.5, freq_max=300)
8282
recording_lfp = decimate(recording_lfp, 10)
8383
# LFP, but no AP
84-
export_to_ibl(
84+
export_to_ibl_gui(
8585
sorting_analyzer, output_folder, lfp_recording=recording_lfp, good_units_query=good_units_query, n_jobs=-1
8686
)
8787
for f in required_output_files:

0 commit comments

Comments
 (0)