-
Notifications
You must be signed in to change notification settings - Fork 14
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
Set global configuration for maxiters on all tests #244
Comments
@jeremy-myers Is there a mechanism that you have in mind that will support "global configuration"? Or is the intent to explicitly set |
I think exactly what you said, "explicitly set |
I meant in the calls to the methods you would specify |
That's a fair point and will improve self-documentation of our tests. I'll reference this comment in the issue that I opened and take this task upon myself. |
DecisionExplicitly set |
Not to derail the conversation but if you make a Usage would looks like:
Not a blocker but might be nicer than hardcoding it everywhere. There are a variety of test cleanups that would be nice to have but lower priority than the 2.0 stuff. Centralizing our sample tensors somewhere for easier re-use is one of those. |
I'll let @dmdunla make the final call. |
Currently, explicitly defining
maxiters=
for various tests is done only on a partial basis. The motivation for limitingmaxiters
is that it will save CPU cycles and, ultimately, we do not care about the solution for the sake of the test. Some conversation can be found here: #241 (comment). One initial idea of @dmdunla is to set this tomaxiters=10
.The text was updated successfully, but these errors were encountered: