-
Notifications
You must be signed in to change notification settings - Fork 114
Make VectorArrays iterable #1068
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
Conversation
Should also Also, is it possible to test this somehow with hypothesis? |
Codecov Report
|
Should not be required as
I added a simple test. |
@renefritze something bad is happening here with hypothesis. When I add
I get
Do you have the same issue? Also,
stops at
which is totally useless. |
I can replicate that as is. Maybe it's a bug in your (older) hypothesis version.
|
Possibly. It was the same version CI used. With a newer version, |
I don't think so? This uses 5.28.0, you used 5.19.0. |
@pmli, can this be merged? |
Fixes #1056.