Changeset b16c017 for python


Ignore:
Timestamp:
May 31, 2005, 4:12:33 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:
d53e4df
Parents:
8e25b1b
Message:

limit diff output to 3 decimal
limit diff output to 3 decimal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiocompare-onset

    r8e25b1b rb16c017  
    9292if mode == 'localisation':
    9393        l = onset_diffs(ltru,lres,tol)
    94         for i in l: print i
     94        for i in l: print "%.3f" % i
    9595else:
    9696        orig, missed, merged, expc, bad, doubled = onset_roc(ltru,lres,tol)
Note: See TracChangeset for help on using the changeset viewer.