-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
MAINT: parametrize scipy/sparse/linalg/_isolve/tests/test_iterative.py #18463
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
93c2665
to
193fe4b
Compare
0716330
to
b39feff
Compare
The main issue is that we changed the defaults of Looks much better but still won't fix the actual problem there. |
I'm not claiming to solve any problem here, it's explicitly meant to be NFC (non-functional change). It's meant to reduce the necessity for test changes in #18391 |
b39feff
to
1d1e25e
Compare
This is much better than what I did in the PR anyways because I basically got tired by looking at failing tests for long time. So +1 to merge from me. |
1d1e25e
to
33cb520
Compare
@tupui, not sure if your 👍 means you want to review or you're happy as is. |
It means I m happy as is 😃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM too, thanks @h-vetinari
Pulled out test parametrization from #18391, based on #18462, planning to rebase once that's in.
I turned them into proper parametrized fixtures to avoid having to duplicate the list of solvers around all over the place. Should be reviewed per commit, and ideally without showing whitespace-only changes.
CC @ilayn