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

Integration tests fail for python 3.9 and 3.10 #354

Closed
vhaasteren opened this issue Sep 22, 2023 · 0 comments · Fixed by #352
Closed

Integration tests fail for python 3.9 and 3.10 #354

vhaasteren opened this issue Sep 22, 2023 · 0 comments · Fixed by #352
Labels

Comments

@vhaasteren
Copy link
Member

The codev integration tests fail for python 3.9 and 3.10, with the message

FAILED tests/test_vector_parameter.py::TestVectorParameter::test_vector_parameter_like - TypeError: arrays to stack must be passed as a "sequence" type such as list or tuple.

This is due to the line

xs = np.hstack(p.sample() for p in pta.params)

in test_vector_parameters_like.

PR #352 fixes this issue. Until merged, no new PRs will pass the integration tests.

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

Successfully merging a pull request may close this issue.

2 participants