Changeset 98e9d69


Ignore:
Timestamp:
Apr 28, 2016, 7:33:31 PM (8 years ago)
Author:
Paul Brossier <piem@piem.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:
83a768e
Parents:
6937842
Message:

python/tests/test_phasevoc.py: add a note about ocasional crash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_phasevoc.py

    r6937842 r98e9d69  
    7575        for i in range(1, ratio):
    7676            r2 = f.rdo( f(zeros) )
    77         return r2
     77
     78        # FIXME: if we don't return a copy here, test_phasevoc.py will crash
     79        # once in a while
     80        return np.copy(r2)
    7881
    7982    def plot_this( self, this ):
Note: See TracChangeset for help on using the changeset viewer.