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

Failures when running the non-regression tests manually (1) #387

Open
DavidPCoster opened this issue Feb 22, 2023 · 0 comments
Open

Failures when running the non-regression tests manually (1) #387

DavidPCoster opened this issue Feb 22, 2023 · 0 comments

Comments

@DavidPCoster
Copy link
Collaborator

When running the non-regression tests manually, I get the following:

    # check if sampler.check_LEC worked
  assert (analysis.p_j == np.array([2, 2, 1, 1, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2])).all()

E assert False
E + where False = <built-in method all of numpy.ndarray object at 0x16d907750>()
E + where <built-in method all of numpy.ndarray object at 0x16d907750> = array([2, 2, ..., 2, 2, 2, 2]) == array([2, 2, ..., 2, 2, 2, 2])
E Use -v to get more diff.all

tests/test_SSC.py:345: AssertionError

Could this test be fixed?

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

1 participant