IDAES / idaes-pse

The IDAES Process Systems Engineering Framework
https://idaes-pse.readthedocs.io/
Other
218 stars 235 forks source link

Add input validation for passing both time and time_set to flowsheets #1459

Open dallan-keylogic opened 4 months ago

dallan-keylogic commented 4 months ago

Presently, if you generate a flowsheet with config options for both time and time_set, it just uses time directly and ignores time_set. It should either generate an exception or log a warning that time_set is being ignored.

ksbeattie commented 2 months ago

This is possibly related to #1464 or fixed together.