Ella Wu

Results 92 comments of Ella Wu

That's not really a problem for building the wheel since it won't be done by the user. It'll be run by the CI provider (currently Travis) on new releases in...

Thanks for opening this issue, this is something we've been aware of but never worked on it. Hopefully we can resolve this once and for all. What is the error...

I see, yeah since it's importing the shared libraries then we can probably pass that error message directly to the `raise Error(..)` call.

@payoto did you make any progress on this? If you figured out a good approach we're always happy to accept PRs.

I don't follow what you mean here, can you elaborate? An example might be helpful too.

Okay I see what you mean now, and I can confirm that I can reproduce the issue. Would you mind opening a bug report on this? The history file for...

To add to this, this information is provided by IPOPT via [`intermediate_callback`](https://coin-or.github.io/Ipopt/classIpopt_1_1TNLP.html#a2f962a4c43464adb7928771af84503d6), which already has a wrapper within pyOptSparse.

I was thinking to use `intermediate_callback` to extract `iter`, in the same way we extract major iteration number in `SNSTOP` for SNOPT.

After #305 this now also works with IPOPT.

Some initial issues when testing: - `optview` is not installed as an CLI program, so users have to manually type `python ` - Instead of passing `--files ` the users...