Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vonmises test in test_mixture_inference_quality.py fails #50

Open
riastradh-probcomp opened this issue Sep 10, 2015 · 1 comment
Open

Comments

@riastradh-probcomp
Copy link
Contributor

def test_vonmises_vonmises_model(self):
>       assert(check_one_feature_mixture(cycmext.p_CyclicComponentModel,
        show_plot=self.show_plot) > .1)
E       AssertionError: assert 0.093436305410546178 > 0.1
E        +  where 0.093436305410546178 = check_one_feature_mixture(<class 'crosscat.tests.component_model_extensions.CyclicComponentModel.p_CyclicComponentModel'>, show_plot=True)
E        +    where <class 'crosscat.tests.component_model_extensions.CyclicComponentModel.p_CyclicComponentModel'> = cycmext.p_CyclicComponentModel
E        +    and   True = <test_mixture_inference_quality.TestComponentModelQuality testMethod=test_vonmises_vonmises_model>.show_plot
@gregory-marton
Copy link
Contributor

Where did the 0.1 come from? Is this flaky, or always wrong? What does its being wrong affect?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants