4822cf022525ef17d6d1fcdae184e11c5f38d0b2,pymc3/tests/test_step.py,TestStepMethods,test_step_categorical,#TestStepMethods#,216

Before Change


            )
        for step in steps:
            trace = sample(8000, step=step, start=start, model=model, random_seed=1)
            yield self.check_stat, check, trace, step.__class__.__name__

    def test_step_elliptical_slice(self):
        start, model, (K, L, mu, std, noise) = mv_prior_simple()
        unc = noise ** 0.5

After Change


            )
        for step in steps:
            trace = sample(8000, step=step, start=start, model=model, random_seed=1)
            self.check_stat(check, trace, step.__class__.__name__)

    def test_step_elliptical_slice(self):
        start, model, (K, L, mu, std, noise) = mv_prior_simple()
        unc = noise ** 0.5
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 6

Instances


Project Name: pymc-devs/pymc3
Commit Name: 4822cf022525ef17d6d1fcdae184e11c5f38d0b2
Time: 2017-05-08
Author: adrian.seyboldt@gmail.com
File Name: pymc3/tests/test_step.py
Class Name: TestStepMethods
Method Name: test_step_categorical


Project Name: pymc-devs/pymc3
Commit Name: 4822cf022525ef17d6d1fcdae184e11c5f38d0b2
Time: 2017-05-08
Author: adrian.seyboldt@gmail.com
File Name: pymc3/tests/test_step.py
Class Name: TestStepMethods
Method Name: test_step_discrete


Project Name: pymc-devs/pymc3
Commit Name: 4822cf022525ef17d6d1fcdae184e11c5f38d0b2
Time: 2017-05-08
Author: adrian.seyboldt@gmail.com
File Name: pymc3/tests/test_step.py
Class Name: TestStepMethods
Method Name: test_step_continuous


Project Name: pymc-devs/pymc3
Commit Name: 4822cf022525ef17d6d1fcdae184e11c5f38d0b2
Time: 2017-05-08
Author: adrian.seyboldt@gmail.com
File Name: pymc3/tests/test_step.py
Class Name: TestStepMethods
Method Name: test_step_elliptical_slice