8000 Revise modelchain.rst for multiple arrays, results attribute by cwhanse · Pull Request #1223 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Revise modelchain.rst for multiple arrays, results attribute #1223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
May 14, 2021
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
suppress long output
  • Loading branch information
cwhanse committed May 12, 2021
commit 0e45c01484412f32a363f5e9900e8a1a0c3d6a2f
2 changes: 1 addition & 1 deletion docs/sphinx/source/modelchain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,5 @@ The end result is that ModelChain.run_model works as expected!

.. ipython:: python

mc.run_model(weather)
mc = mc.run_model(weather)
mc.results.dc
0