Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
wholmgren committed Jan 18, 2017
1 parent 91cbc77 commit 51fa0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/source/forecasts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ for details.
mc = ModelChain(system, fx_model.location)
# extract relevant data for model chain
mc.run_model(fx_data.index, weather=weather);
mc.run_model(fx_data.index, weather=fx_data);
Now we plot a couple of modeling intermediates and the forecast power.
Here's the forecast plane of array irradiance...
Expand Down

0 comments on commit 51fa0a8

Please sign in to comment.