diff --git a/reV/bespoke/bespoke.py b/reV/bespoke/bespoke.py index 5d5cbb878..0b9ff03c1 100644 --- a/reV/bespoke/bespoke.py +++ b/reV/bespoke/bespoke.py @@ -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