Open ppinchuk opened 2 months ago
In order to use self.wind_plant in the bespoke EOS cost function, users need to access variables using strings. For example:
self.wind_plant
"capital_cost_function": "self.wind_plant['capital_cost'] * system_capacity"
This currently breaks with the following message:
/var/spool/slurmd/job5608742/slurm_script: line 12: syntax error near unexpected token ('
Task number: reV Maintenance GDOP.12495.31.01.01
In order to use
self.wind_plant
in the bespoke EOS cost function, users need to access variables using strings. For example:"capital_cost_function": "self.wind_plant['capital_cost'] * system_capacity"
This currently breaks with the following message:
/var/spool/slurmd/job5608742/slurm_script: line 12: syntax error near unexpected token ('