IDAES/idaes-pse

Add input validation for passing both time and time_set to flowsheets

Open

#1,459 opened on Jul 26, 2024

 (1 comment) (0 reactions) (1 assignee)Python (314 forks)auto 404
BacklogPriority:Lowgood first issue

Repository metrics

Stars
 (330 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide