We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c76f7 commit ea9208eCopy full SHA for ea9208e
1 file changed
tests/test_singularity_containers.py
@@ -82,5 +82,5 @@ def test_combinato(run_kwargs):
82
channels = rec.get_channel_ids()[0:1]
83
rec_one_channel = rec.channel_slice(channels)
84
run_kwargs['recording'] = rec_one_channel
85
- sorting = si.run_combinato(output_folder='combinato', **run_kwargs)
+ sorting = ss.run_combinato(output_folder='combinato', **run_kwargs)
86
print(sorting)
0 commit comments