idaes-pse
idaes-pse copied to clipboard
Add input validation for passing both time and time_set to flowsheets
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.