Skip to content

Commit

Permalink
prestart
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTalbot-INL committed Jun 10, 2024
1 parent 97bf72e commit 7e60b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ValuedParams/Function.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def get_input_specs(cls):
in the \xmlNode{DataGenerators} node.""")
spec.addParam('method', param_type=InputTypes.StringType,
descr=r"""the name of the \xmlNode{DataGenerator} from which this value should be taken.""")
# TODO add generic spec that is read in as-is
return spec

def __init__(self):
Expand Down

0 comments on commit 7e60b06

Please sign in to comment.