Skip to content

Commit 756f313

Browse files
committed
fix keyword problem
1 parent c46bc57 commit 756f313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sphinx/source/forecasts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ for details.
363363
# model a big tracker for more fun
364364
system = SingleAxisTracker(module_parameters=module,
365365
inverter_parameters=inverter,
366-
series_modules=15,
367-
parallel_modules=300)
366+
modules_per_string=15,
367+
strings_per_inverter=300)
368368
369369
# fx is a common abbreviation for forecast
370370
fx_model = GFS()

0 commit comments

Comments
 (0)