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

CubaSUAVE returning wrong result, NaN #17

Closed
agerlach opened this issue Jun 1, 2020 · 2 comments
Closed

CubaSUAVE returning wrong result, NaN #17

agerlach opened this issue Jun 1, 2020 · 2 comments

Comments

@agerlach
Copy link
Collaborator

agerlach commented Jun 1, 2020

suave() from Cuba.jl is not handling large maxiters 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

@ChrisRackauckas
Copy link
Member

Interesting that it needs needs. Yeah, setting the default maxiters so it works would be good.

@agerlach
Copy link
Collaborator Author

agerlach commented Jun 5, 2020

This is fixed in #20

@agerlach agerlach closed this as completed Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants