194b6ab23d80aedd3c3e059f0a98138298c21bcb,scipy/stats/tests/test_continuous_basic.py,,test_cont_basic,#,156
Before Change
yield check_pdf, distfn, arg, distname
if distname in distmissing:
alpha = 0.01
yield check_distribution_rvs, dist, args, alpha, rvs
@npt.dec.slow
After Change
yield check_cdf_ppf, distfn, arg, distname
yield check_sf_isf, distfn, arg, distname
yield check_pdf, distfn, arg, distname
if distname in ["wald"]: continue
yield check_pdf_logpdf, distfn, arg, distname
yield check_cdf_logcdf, distfn, arg, distname
yield check_sf_logsf, distfn, arg, distname
if distname in distmissing:
alpha = 0.01
// yield check_distribution_rvs, dist, args, alpha, rvs
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: scipy/scipy
Commit Name: 194b6ab23d80aedd3c3e059f0a98138298c21bcb
Time: 2010-06-01
Author: oliphant@enthought.com
File Name: scipy/stats/tests/test_continuous_basic.py
Class Name:
Method Name: test_cont_basic
Project Name: etal/cnvkit
Commit Name: b9bb04d10ebefde21de83ae30e63821bf719220f
Time: 2016-05-19
Author: eric.talevich@gmail.com
File Name: cnvlib/reports.py
Class Name:
Method Name: group_by_genes
Project Name: scipy/scipy
Commit Name: 194b6ab23d80aedd3c3e059f0a98138298c21bcb
Time: 2010-06-01
Author: oliphant@enthought.com
File Name: scipy/stats/tests/test_continuous_basic.py
Class Name:
Method Name: test_cont_basic
Project Name: SeldonIO/seldon-core
Commit Name: d78331c9f66c47abeb806f2e409cdb442b2c02be
Time: 2020-03-23
Author: r.j.skolasinski@gmail.com
File Name: python/seldon_core/metrics.py
Class Name: SeldonMetrics
Method Name: collect