Skip to content

Commit

Permalink
Merge pull request #761 from zhang3xing1/zhang3xing1-patch-1
Browse files Browse the repository at this point in the history
Update basic_example.ipynb
  • Loading branch information
jacobpennington authored Aug 14, 2024
2 parents a6ba59a + 55703ab commit b2f5ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/basic_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"# settings, see `kilosort.run_kilosort.default_settings`.\n",
"settings = {'data_dir': SAVE_PATH.parent, 'n_chan_bin': 385}\n",
"\n",
"ops, st, clu, tF, Wall, similar_templates, is_ref, est_contam_rate = \\\n",
"ops, st, clu, tF, Wall, similar_templates, is_ref, est_contam_rate, kept_spikes = \\\n",
" run_kilosort(\n",
" settings=settings, probe_name='neuropixPhase3B1_kilosortChanMap.mat',\n",
" # save_preprocessed_copy=True\n",
Expand Down

0 comments on commit b2f5ded

Please sign in to comment.