Open dallan-keylogic opened 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.
time
time_set
This is possibly related to #1464 or fixed together.
Presently, if you generate a flowsheet with config options for both
time
andtime_set
, it just usestime
directly and ignorestime_set
. It should either generate an exception or log a warning thattime_set
is being ignored.