Skip to content

Commit

Permalink
rename 'pv' to 'renewable' in get_modular_microgrid
Browse files Browse the repository at this point in the history
  • Loading branch information
ahalev committed Dec 11, 2022
1 parent b8fda1f commit f9acb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/modular_microgrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_modular_microgrid(remove_modules=(), retain_only=None, additional_module
efficiency=1.0,
init_soc=0.5),

pv=RenewableModule(time_series=50*np.ones(100)),
renewable=RenewableModule(time_series=50*np.ones(100)),

load=LoadModule(time_series=60*np.ones(100)),

Expand Down

0 comments on commit f9acb09

Please sign in to comment.