Remove setting of CalcJob
specific inputs from Process
base class
#5537
Labels
priority/quality-of-life
would simplify development
topic/calc-jobs
topic/processes
type/refactoring
Milestone
Implementation details of the
CalcJob
are implemented directly in theProcess
base class. Specifically, themetadata.options
andmetadata.computer
are dealt with in_setup_metadata
. Also_setup_inputs
is guilty of this.The text was updated successfully, but these errors were encountered: