Skip to content

Commit

Permalink
Ignore base costs
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Jun 1, 2024
1 parent 71b2fc2 commit 1cfa822
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion reV/bespoke/bespoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,10 @@ def _check_sys_inputs(plant1, plant2,
'capital_cost',
'fixed_operating_cost',
'variable_operating_cost',
'balance_of_system_cost')):
'balance_of_system_cost',
'base_capital_cost',
'base_fixed_operating_cost',
'base_variable_operating_cost')):
"""Check two reV-SAM models for matching system inputs.
Parameters
Expand Down

0 comments on commit 1cfa822

Please sign in to comment.