Changeset 1a8ce10 for python


Ignore:
Timestamp:
Feb 26, 2020, 10:23:34 PM (4 years ago)
Author:
GitHub <noreply@github.com>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
c7e5ee9
Parents:
eadb7f6
git-author:
THE-COB <jmlife6@gmail.com> (02/26/20 22:23:34)
git-committer:
GitHub <noreply@github.com> (02/26/20 22:23:34)
Message:

Fixed spelling error: "condidence" to "confidence"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/demos/demo_pitch.py

    readb7f6 r1a8ce10  
    9898ax3.plot(times, [tolerance]*len(confidences))
    9999ax3.axis( xmin = times[0], xmax = times[-1])
    100 ax3.set_ylabel('condidence')
     100ax3.set_ylabel('confidence')
    101101set_xlabels_sample2time(ax3, times[-1], samplerate)
    102102plt.show()
Note: See TracChangeset for help on using the changeset viewer.