Skip to content

Commit ea9208e

Browse files
committed
fix
1 parent e6c76f7 commit ea9208e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_singularity_containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ def test_combinato(run_kwargs):
8282
channels = rec.get_channel_ids()[0:1]
8383
rec_one_channel = rec.channel_slice(channels)
8484
run_kwargs['recording'] = rec_one_channel
85-
sorting = si.run_combinato(output_folder='combinato', **run_kwargs)
85+
sorting = ss.run_combinato(output_folder='combinato', **run_kwargs)
8686
print(sorting)

0 commit comments

Comments
 (0)