carldlaird

Results 10 comments of carldlaird

Not sure if you discussed this with John or not, but I agree. I asked for this to be moved from core Pyomo to examples, however, this was before contrib...

Everything should be made as simple as possible, but no simpler.

Added the custom block decorator to Bethany's list.

@bknueven What if we adopted a similar interface to the dictionary "get" method where you can specify a default if it doesn't exist. Then the call would look something like...

@andrewlee94 Ping me over email and let's setup a time to discuss.

I updated the motivation in the pep to have numbers. It would be good to document the cases where "Bullet 3" is required. I also admit that the first time...

I believe we should go with option 1. In most cases, obtaining a complex number during evaluation is the result of a numerical mistake (and I would want to know...

Assuming you meant "pyo" instead of "pro", I agree as well.

Bill above asked us to list comments against the use of an alias. The only one I can think about is that it adds some additional "pyo." to our code...

I have less of an issue with the name now that I understand it more. I believe that is_expression_type() is really indicating if this class supports (or ducktypes) the "interface"...