Skip to content

Commit

Permalink
forgot to remove FOM function call
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSoto-INL committed Jan 16, 2024
1 parent 732eda3 commit 6c3a215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ValuedParams/Function.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Function(ValuedParam):
@classmethod
def get_input_specs(cls):
"""
Template for parameters that can take a scalar, an ARMA history, or a function
Template for parameters that can take output of a custom Python method.
@ In, None
@ Out, spec, InputData, value-based spec
"""
Expand Down
2 changes: 1 addition & 1 deletion src/ValuedParams/SyntheticHistory.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SyntheticHistory(ValuedParam):
def get_input_specs(cls):
"""
Template for parameters that can take a synthetic history generated from RAVEN-trained ARMA
or Synthetic History reduced order model.
or SyntheticHistory reduced order model.
@ In, None
@ Out, spec, InputData, value-based spec
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</CashFlow>
<CashFlow name="FOM" type="repeating" period='year' taxable="False" inflation="none" mult_target="False">
<driver>
<Function method="capacity">functions</Function>
<variable>source_capacity</variable>
</driver>
<reference_price>
<fixed_value>100.0</fixed_value>
Expand Down

0 comments on commit 6c3a215

Please sign in to comment.