Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'process.__array_wrap__', causing failing tests with numpy versions >= 1.16.0 #12

Merged
merged 1 commit into from
Aug 1, 2019

Conversation

m-cip
Copy link
Collaborator

@m-cip m-cip commented Aug 1, 2019

Fixes #11.

@codecov-io
Copy link

Codecov Report

Merging #12 into master will increase coverage by <.01%.
The diff coverage is 82.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   91.57%   91.58%   +<.01%     
==========================================
  Files           7        7              
  Lines        1875     1877       +2     
  Branches      271      272       +1     
==========================================
+ Hits         1717     1719       +2     
  Misses         96       96              
  Partials       62       62
Impacted Files Coverage Δ
sdepy/infrastructure.py 88.75% <82.35%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 47ffea9...28ad4f7. Read the comment docs.

@sdepy sdepy merged commit b906670 into sdepy:master Aug 1, 2019
@m-cip m-cip deleted the fix-array-wrap branch August 12, 2019 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing tests with numpy versions >= 1.16.0
3 participants