Skip to content

Conversation

@hunse
Copy link
Contributor

@hunse hunse commented Nov 5, 2019

This ensures that black static checks get run (black does not support Python 3.5, which is what we used previously).

The hardware tests still use Python 3.5.2, because this is required by NxSDK.

This also adds a commit that fixes the scipy.sparse import errors (#252).

Some import statements just imported `scipy` when we needed
`scipy.sparse`. Import order differences made this an occasional
bug.

Fixes #252.
This allows us to do a proper `bones-check` with `black`.
The hardware tests are still in 3.5.2 to support NxSDK.
Copy link
Member

@tbekolay tbekolay left a comment

Choose a reason for hiding this comment

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

Added a quick changelog entry for the bugfix. LGTM, merging!

@tbekolay tbekolay merged commit a97bf76 into master Nov 20, 2019
@tbekolay tbekolay deleted the python36-test branch November 20, 2019 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants