Bethany Nicholson

Results 76 comments of Bethany Nicholson

@makansij could you post the error you're seeing and what versions of Python and Pyomo you're using?

@jialuw96 @adowling2 what's the status on this WIP PR? Are you waiting on input from us? As a general rule we tend to not focus any of our PR review...

Tests are failing because `idaes` is being imported unconditionally in `test_reactor_example.py`. @jialuw96 last week you mentioned that you were importing `idaes` in your testing example in order to get Ipopt....

@jialuw96 you can run the documentation tests locally by going into the `pyomo/doc/OnlineDocs` directory and running the command `make doctest -d` For examples of writing doctests that include output take...

@jialuw96 I just pushed a minor change to your notebook example. This just removes the cell ids and tells Jupyter to use a slightly older notebook format.

This is somewhat related to #45 in the idea of `del_component(comp)` being extended to delete more components than just `comp`

@kanishka-ghosh I merged PR #2352 from Kate which caused some conflicts with this PR. Could you try to resolve the conflicts and let me know if you have any issues?