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 nlopt_algorithm_name #558

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Fix nlopt_algorithm_name #558

merged 1 commit into from
Jul 8, 2024

Conversation

NogginBops
Copy link
Contributor

Fixes issues introduced in #457

There where missing commas at the end of "AGS (global, no-derivative)" causing it to be merged with the next string.
It's ordering was also changed without considering that the order of the items in the array mattered.

This PR fixes the ordering and makes sure that there are terminating commas for each entry.

@stevengj
Copy link
Owner

stevengj commented Jul 8, 2024

LGTM, thanks!

@stevengj stevengj merged commit 95172af into stevengj:master Jul 8, 2024
3 checks passed
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