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

Fix typo in parallel.py #682

Merged
merged 2 commits into from
May 11, 2020
Merged

Fix typo in parallel.py #682

merged 2 commits into from
May 11, 2020

Conversation

mnwhite
Copy link
Contributor

@mnwhite mnwhite commented May 8, 2020

parallelNelderMead still refers to maxcores in its code, but the parameter is maxthreads; not sure how this even worked before. Now fixed.

parallelNelderMead still refers to maxcores in its code, but the parameter is maxthreads; not sure how this even worked before.  Now fixed.
No idea why I put this there, but it doesn't work correctly in Py3.
@MridulS MridulS merged commit 66caefb into master May 11, 2020
@MridulS
Copy link
Member

MridulS commented May 11, 2020

@mnwhite I tried looking for parallelNelderMead in HARK/REMARK/DemARK but couldn't find a reference.

This should have a test.

@mnwhite mnwhite deleted the FixParallelTypo branch June 5, 2020 13:27
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