Changeset 588a09f


Ignore:
Timestamp:
May 29, 2005, 3:21:43 AM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
80c0417
Parents:
e83a11e
Message:

fixed precision to ms in aubiodiffs-onset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiodiffs-onset

    re83a11e r588a09f  
    8888# compute errors types
    8989l = onset_diffs(ltru,lres,tol)
    90 for i in l: print i
     90# print with 1ms precision
     91for i in l: print "%.3f" % float(i)
    9192
Note: See TracChangeset for help on using the changeset viewer.