646372a453a599e5d40f26facc258f925f7f6827,tests/test_synthesis.py,,test_LSPDF,#,193
Before Change
def __test(order):
__test_synthesis(LSPDF(order))
warn("TODO: tests are failing")
// for order in [20, 25]:
// yield __test, order
After Change
def __test(order):
__test_synthesis(LSPDF(order))
for order in [20, 25]:
yield __test, order
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: r9y9/pysptk
Commit Name: 646372a453a599e5d40f26facc258f925f7f6827
Time: 2018-09-22
Author: zryuichi@gmail.com
File Name: tests/test_synthesis.py
Class Name:
Method Name: test_LSPDF
Project Name: shaypal5/skift
Commit Name: b01430b99118e94935550b1834c484d9769a49f5
Time: 2018-02-12
Author: shay@zencity.io
File Name: setup.py
Class Name:
Method Name:
Project Name: havakv/pycox
Commit Name: 98deaca0cfe8a87d5d2591dcdf7caa59dd41f996
Time: 2018-05-11
Author: havard@DN0a22c636.SUNet
File Name: pycox/callbacks/callbacks.py
Class Name: MonitorBase
Method Name: to_pandas
Project Name: r9y9/pysptk
Commit Name: 7de36c835b8203208721293b05af65196efb52a8
Time: 2015-09-07
Author: zryuichi@gmail.com
File Name: tests/test_mgcep.py
Class Name:
Method Name: test_fftcep