Andrew Ellis
Andrew Ellis
I've been been building a Dash application centered around openmdao for about 2 years now. It's closed source but I'd be happy to have a chat if you'd like some...
I use programmatic creation of Markdown headers too and so I would be curious is there is a fix/workaround for this. A workaround my project has is to use ```python...
The title of this issue mentions a "Class Hierarchy" feature, however the text mostly discusses method overrides. I'm not sure if this issue will look into the Hierarchy portion as...
@robfalck if it's only one try except I would very much appreciate keeping the support for python 3.8 at least until the end of life. My team has an action...
@robfalck Just scheduling. It's very firmly on the todo list and should be complete by the official 3.8 End of Life. There are a few (minor) extra steps we need...
@robfalck, kikutabryan was an intern on my team who has now finished up. If there's any changes you'd like to this I can make them so this can get closed...
@jsrogan @coleyoung5 did you two ever end up working on this? If not I might take a look at it in September, but I don't want to duplicate any effort...
@robfalck I can make a PR for this one if this seems reasonable Alternatively, I've been thinking about another possible implementation here where a parameter `ignore_unbounded_constraints=True` could be added to...
My only reason for including `ignore_unbounded_constraints` was for backwards compatibility. Its not needed for my application. I'll add in the backwards compatibility as well Would something like this make sense...
@ewu63 Question for you on this - does pyOptSparse add any measurable advantage over just using SciPy minimize for SLSQP? If the end result is using a dense Jacobean anyway....