08defcf0a049db6aa714558430dae6b3f77404ee,scipy/stats/tests/test_discrete_basic.py,,test_discrete_basic,#,36

Before Change


                          distname + " chisquare"

    dist_ = distdiscrete[:]
    del dist_[6:8]  // only include hypergeom once
    for distname, arg in dist_:
        distfn = getattr(stats,distname)
        signature = inspect.getargspec(distfn._parse_args)

After Change


            yield check_discrete_chisquare, distfn, arg, rvs, alpha, \
                          distname + " chisquare"

    seen = set()
    for distname, arg in distdiscrete:
        if distname in seen:
            continue
        seen.add(distname)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 4

Instances


Project Name: scipy/scipy
Commit Name: 08defcf0a049db6aa714558430dae6b3f77404ee
Time: 2013-07-10
Author: evgeni@burovski.me
File Name: scipy/stats/tests/test_discrete_basic.py
Class Name:
Method Name: test_discrete_basic


Project Name: dPys/PyNets
Commit Name: 46b97a34f22e59347113dae77f9055140f54915e
Time: 2020-04-20
Author: dpisner@utexas.edu
File Name: pynets/dmri/estimation.py
Class Name:
Method Name: streams2graph


Project Name: etal/cnvkit
Commit Name: 6372bff538de67595fda0183964a8df4b9b105fb
Time: 2016-12-08
Author: eric.talevich@gmail.com
File Name: cnvlib/antitarget.py
Class Name:
Method Name: get_background


Project Name: ray-project/ray
Commit Name: f2408b719c991b98ba5dc77db81dc184805b33df
Time: 2020-09-17
Author: weepingwillowben@gmail.com
File Name: rllib/env/pettingzoo_env.py
Class Name: PettingZooEnv
Method Name: step


Project Name: wandb/client
Commit Name: 98e363d1143e14ecac754a29a5500de6ffbbb004
Time: 2021-01-15
Author: jeff@wandb.com
File Name: wandb/sdk_py27/wandb_config.py
Class Name: Config
Method Name: _update