-
- Downloads
Extend pyfaust.Faust.normalize() and add unit tests.
- It's the same than what's been done for matfaust.Faust.normalize() in 84752866 and fe0e2a6f. - Issue #52 related. - Some weird bugs in unit tests are left for later (because they are wrong-negative tests). - It updates pyfaust.demo.bsl to use 2-norm explicitely when normalizing because for pyfaust the default norm is Frobenius (also does minor fix on figure plotting).
Showing
- misc/test/src/Python/test_FaustPy.py 61 additions, 1 deletionmisc/test/src/Python/test_FaustPy.py
- wrapper/python/pyfaust.py 19 additions, 2 deletionswrapper/python/pyfaust.py
- wrapper/python/pyfaust/demo.py 5 additions, 5 deletionswrapper/python/pyfaust/demo.py
- wrapper/python/src/FaustCoreCpp.h 1 addition, 1 deletionwrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 2 additions, 2 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 1 addition, 1 deletionwrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCorePy.pyx 3 additions, 3 deletionswrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment