Skip to content

Conversation

@wholmgren
Copy link
Member

  • no issue
  • I am familiar with the contributing guidelines.
  • Fully tested. Added and/or modified tests to ensure correct behavior for all reasonable inputs. Tests (usually) must pass on the TravisCI and Appveyor testing services.
  • 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.
  • Code quality and style is sufficient. Passes LGTM and SticklerCI checks.
  • New code is fully documented. Includes sphinx/numpydoc compliant docstrings and comments in the code where necessary.
  • Pull request is nearly complete and ready for detailed review.

We've been seeing issues with the spa.py file on the Python 3.7 build on Travis for a few months. The error is related to resizing some arrays in place. For some reason, this works fine on Python 2.7 - 3.6 and but fails on some platforms on 3.7. I could never reproduce it locally on my mac or linux machines. This PR takes a different approach to resizing the arrays.

Worked on my fork, hopefully works in this PR...

@wholmgren wholmgren added this to the 0.6.1 milestone Dec 12, 2018
@wholmgren wholmgren requested a review from cwhanse December 12, 2018 19:34
@cwhanse cwhanse merged commit 70032ab into pvlib:master Dec 12, 2018
@wholmgren wholmgren deleted the fixtravis37 branch December 12, 2018 22:02
@wholmgren wholmgren mentioned this pull request Mar 6, 2019
mabounassif pushed a commit to mabounassif/pvlib-python that referenced this pull request Feb 7, 2020
* update try python 3.7

* 3.7dev

* new resize operation

* whats new, comment
mabounassif pushed a commit to mabounassif/pvlib-python that referenced this pull request Feb 7, 2020
* update try python 3.7

* 3.7dev

* new resize operation

* whats new, comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants