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 SRML test url and re-enable tests #1988

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

AdamRJensen
Copy link
Member

@AdamRJensen AdamRJensen commented Mar 12, 2024

  • Closes Re-enable SRML tests #1922
  • I am familiar with the contributing guidelines
  • Tests added
  • [ ] Updates entries in docs/sphinx/source/reference for API changes.
  • [ ] Adds description and name entries in the appropriate "what's new" file in docs/sphinx/source/whatsnew for all changes. Includes link to the GitHub Issue with :issue:`num` or this Pull Request with :pull:`num`. Includes contributor name and/or GitHub username (link with :ghuser:`user`).
  • New code is fully documented. Includes numpydoc compliant docstrings, examples, and comments where necessary.
  • Pull request is nearly complete and ready for detailed review.
  • Maintainer: Appropriate GitHub Labels (including remote-data) and Milestone are assigned to the Pull Request and linked Issue.

The SRML data is now again available following the original structure, but the URL has changed. Note, the URL in the get_srml function has already been updated previously, so this PR is only related to tests (hence no whatsnew entry).

The SRML tests were disabled in #1921.

@AdamRJensen AdamRJensen added io remote-data triggers --remote-data pytests labels Mar 12, 2024
@AdamRJensen AdamRJensen added this to the v0.10.4 milestone Mar 12, 2024
@AdamRJensen AdamRJensen changed the title Update SRML url and re-enable tests Update SRML test url and re-enable tests Mar 12, 2024
@kandersolar
Copy link
Member

Note, the URL in the get_srml function has already been updated previously, so this PR is only related to tests (hence no whatsnew entry).

No whatsnew for the changes in this PR makes sense, but shouldn't we have one for updating the URL in get_srml? If get_srml in 0.10.3 doesn't work out of the box anymore, but get_srml in 0.10.4 does, that sounds like a user-facing bug fix to me :)

@AdamRJensen
Copy link
Member Author

No whatsnew for the changes in this PR makes sense, but shouldn't we have one for updating the URL in get_srml? If get_srml in 0.10.3 doesn't work out of the box anymore, but get_srml in 0.10.4 does, that sounds like a user-facing bug fix to me :)

I agree, although this was not done in this PR but in a PR that cleaned up broken links. I've gone ahead an updated the whatsnew in this PR nevertheless

@kandersolar kandersolar merged commit ee9b24a into pvlib:main Mar 12, 2024
34 checks passed
@AdamRJensen AdamRJensen deleted the update_srml_url branch March 12, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
io remote-data triggers --remote-data pytests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-enable SRML tests
2 participants