Ella Wu

Results 92 comments of Ella Wu

First of all, thank you for reaching out and for the good work you do over at SciPy. As one of the maintainers of pyOptSparse I'll offer my personal take...

1. I have no idea how this circular dependency would be resolved, and in any case I don't think pyoptsparse-specific code should live in ParOpt. Instead, a generic Python interface...

This is pretty great, thanks for putting it together Rob! I think it has been a longstanding goal to have a stable declarative syntax for XDSM diagrams, and it's a...

Sorry, the concern I had is not about pydantic as a package, but the particular schema in this repo gets locked in via any serialized JSON files, and changes to...

Is there a particular reason for using stub files instead of inline type annotations? IMO annotations are much more flexible/readable/maintainable, so unless there is a strong preference I am leaning...

Closing due to inactivity.

To add on to what @marcomangano said, can you also include the following information? * how you're installing the package (pyOptSparse, baseclasses etc.) * which _distribution_ of Python you're using...

Do you have MPI/mpi4py installed into the environment? If so can you list the versions and which MPI implementation you are using? Lastly, can you try the suggestion [here](https://mdolab-pyoptsparse.readthedocs-hosted.com/en/latest/advancedFeatures.html#mpi-handling) for...

Maybe also do a version bump here (minor?)

> Thanks for the comments. It would be nice for the function to be more flexible. I'm not sure how returning values would work though because the user does not...