Skip to content

Conversation

luizreiscver
Copy link
Contributor

@luizreiscver luizreiscver commented Aug 22, 2024

  • Closes Typo #2177
  • I am familiar with the contributing guidelines
  • 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.

@cwhanse cwhanse added this to the v0.11.1 milestone Aug 26, 2024
@echedey-ls
Copy link
Contributor

Can any maintainer please approve workflows when possible? TIA.

@@ -632,7 +632,7 @@ def _shape_of_max_size(*args):
def _prepare_newton_inputs(x0, args, method_kwargs):
"""
Make inputs compatible with Scipy's newton by:
- converting all arugments (`x0` and `args`) into numpy.ndarrays if any
- converting all arguments (`x0` and `args`) into numpy.ndarrays if any
Copy link
Member

Choose a reason for hiding this comment

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

Remove trailing white space please

@kandersolar kandersolar merged commit 3837f54 into pvlib:main Sep 11, 2024
30 checks passed
@kandersolar
Copy link
Member

Thanks @luizreiscver! We hope to see more contributions from you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo
5 participants