TUDelft-CNS-ATM / openap

Open Aircraft Performance Model and Python Toolkit
https://openap.dev
GNU Lesser General Public License v3.0
117 stars 23 forks source link

missing dependency numdifftools #15

Closed sbowman-mitre closed 4 months ago

sbowman-mitre commented 3 years ago

I believe numdifftools is also needed here as a dependency (for proper usage of opt.py code).

https://github.com/junzis/openap/blob/e7fef1b4b2fb2be41b16df385df42c68ba8f017e/setup.py#L90

junzis commented 3 years ago

The opt code is still very very basic, it is only a simple script so far. I am a bit ashamed to call it optimization module :sweat_smile:

We are making a better optimizer in a different project. I will incorporate that at some point later this year once it is ready. And the dependency will likely to be different.