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

Change MadNLP behavior to not delete the entries inside the options' Dict #178

Closed
frapac opened this issue Jun 24, 2022 · 1 comment
Closed

Comments

@frapac
Copy link
Member

frapac commented Jun 24, 2022

Right now, we pass the options to MadNLP as a Dict madnlp_options. The problem is that MadNLP deletes the entries in madnlp_options, requiring us to use copy to keep the initial settings in memory. Ideally, MadNLP should not delete the entries in madnlp_options

@frapac
Copy link
Member Author

frapac commented Aug 18, 2022

Solve by #191

@frapac frapac closed this as completed Aug 18, 2022
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

No branches or pull requests

1 participant