Skip to content
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

update incorrect statements in ModelChain documentation #489

Merged
merged 6 commits into from
Jun 26, 2018

Conversation

wholmgren
Copy link
Member

@wholmgren wholmgren commented Jun 23, 2018

  • Closes update ModelChain documentation regarding CEC/singlediode and adrinverter #480
  • Fully tested. Added and/or modified tests to ensure correct behavior for all reasonable inputs. Tests must pass on the TravisCI and Appveyor testing services.
  • Code quality and style is sufficient. Passes git diff upstream/master -u -- "*.py" | flake8 --diff and/or landscape.io linting service.
  • New code is fully documented. Includes sphinx/numpydoc compliant docstrings and comments in the code where necessary.
  • Updates entries to docs/sphinx/source/api.rst for API changes.
  • Adds description and name entries in the appropriate docs/sphinx/source/whatsnew file for all changes.

These simple fixes are ready to go as far as I'm concerned, but happy to make edits if requested.

@wholmgren wholmgren requested a review from cwhanse June 23, 2018 20:35
@wholmgren wholmgren added this to the 0.6.0 milestone Jun 23, 2018
@wholmgren
Copy link
Member Author

The tests are failing because the NREL TMY server is rejecting a request for data. I will open an issue if it continues.


CEC module specifications and the single diode model are not yet
supported.
A class to provide a high-level interface for standarized
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should keep the 'all of the modeling steps' language here

Copy link
Contributor

@markcampanelli markcampanelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this closes #475, as stated above. I appreciate these corrections.

@wholmgren
Copy link
Member Author

Ah I linked to the wrong issue! This closes #480.

@thunderfish24 I don't follow the meaning behind "as stated above." Did a comment get dropped?

@markcampanelli
Copy link
Contributor

@wholmgren All is well. I was just trying to refer to the text I was talking about in the PR template.

@wholmgren
Copy link
Member Author

thanks for the reviews @cwhanse and @thunderfish24

@wholmgren wholmgren merged commit fff1131 into pvlib:master Jun 26, 2018
@wholmgren wholmgren deleted the mcdocsfix branch June 26, 2018 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update ModelChain documentation regarding CEC/singlediode and adrinverter
3 participants