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

Update runtests.jl to use maxfun = 500n and rhoend = 1e-6 instead of maxfun = 200n and rhoend = 1e-3 #26

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

zaikunzhang
Copy link
Member

Use maxfun = 500n and rhoend = 1e-6 instead of maxfun = 200n and rhoend = 1e-3 in the test. Users may use the tests as examples to learn how to set parameters in practice. The original values will render only rough solutions.

Use `maxfun  = 500n` and `rhoend = 1e-6` instead of `maxfun = 200n` and `rhoend = 1e-3` in the test. Users may use the tests as examples to learn how to set parameters in practice. The original values will render only rough solutions.
@zaikunzhang zaikunzhang merged commit 6bc54d7 into main Apr 2, 2024
18 of 21 checks passed
@amontoison amontoison deleted the zaikunzhang-patch-1 branch April 2, 2024 16:07
@emmt
Copy link
Collaborator

emmt commented Apr 2, 2024

I agree with the changes. I have changed another rhoend value in the tests as of ee406df.

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 this pull request may close these issues.

2 participants