Skip to content

Conversation

AdamRJensen
Copy link
Member

@AdamRJensen AdamRJensen commented Jul 22, 2022

  • 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.

@AdamRJensen AdamRJensen added io remote-data triggers --remote-data pytests labels Jul 22, 2022
@AdamRJensen AdamRJensen marked this pull request as draft July 22, 2022 06:45
@AdamRJensen AdamRJensen modified the milestones: 0.10.0, v0.11.0 Aug 1, 2022
@AdamRJensen AdamRJensen closed this by deleting the head repository Dec 5, 2022
@AdamRJensen AdamRJensen changed the title Make leap_day=True default for PSM3 Make leap_day=True default for PSM3 (duplicated) Mar 12, 2024
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