Skip to content

Commit

Permalink
Some updates to make doc builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Feb 21, 2020
1 parent ce93bbb commit 8980cd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/getting_started/plot_getting_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
# Quality metrics can be also used to automatically curate the spike sorting output. For example, you can select
# sorted units with a SNR above a certain threshold:

sorting_curated_snr = st.curation.threshold_snr(sorting_KL, recording, threshold=5)
sorting_curated_snr = st.curation.threshold_snr(sorting_KL, recording, threshold=5, threshold_sign='less')
snrs_above = st.validation.compute_snrs(sorting_curated_snr, recording_cmr)

print('Curated SNR', snrs_above)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spikeextractors>=0.7.1
spiketoolkit>=0.5.1
spikesorters>=0.2.1
spikesorters>=0.2.3
spikemetrics>=0.1.3
spikecomparison>=0.2.1
spikecomparison>=0.2.2
spikewidgets>=0.3.2

0 comments on commit 8980cd7

Please sign in to comment.