We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
suave() from Cuba.jl is not handling large maxiters properly. See issue.
suave()
maxiters
Currently Quadtrature.jl sets by default, maxiters = typemax(Int). I recommend changing the default to the default used by Cuba.jl, maxiters = 1000000
maxiters = typemax(Int)
maxiters = 1000000
The text was updated successfully, but these errors were encountered:
Interesting that it needs needs. Yeah, setting the default maxiters so it works would be good.
Sorry, something went wrong.
Set maxiters for CubaSUAVE
f4a032c
Fixes #17
This is fixed in #20
Successfully merging a pull request may close this issue.
suave()
from Cuba.jl is not handling largemaxiters
properly. See issue.Currently Quadtrature.jl sets by default,
maxiters = typemax(Int)
. I recommend changing the default to the default used by Cuba.jl,maxiters = 1000000
The text was updated successfully, but these errors were encountered: