Skip to content

Conversation

AdamRJensen
Copy link
Member

  • Closes Set leap_day=True as default in pvlib.iotools.get_psm3() #1481
  • 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.

This PR should first be merged for pvlib 0.11.0!

This PR changes the default value of the leap_day parameter in pvlib.iotools.get_psm3 from False to True and removes the deprecation warning added in #1511. The reason for the change is that it seems more intuitive to include leap days when requesting non-TMY time series, which is also the default behavior of the remaining iotools functions.

Duplicate of #1500

@AdamRJensen AdamRJensen added io remote-data triggers --remote-data pytests labels Mar 12, 2024
@AdamRJensen AdamRJensen added this to the 0.11.0 milestone Mar 12, 2024
@AdamRJensen
Copy link
Member Author

I made a mess...

@AdamRJensen AdamRJensen deleted the psm3_leap_day 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.

Set leap_day=True as default in pvlib.iotools.get_psm3()
1 participant