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 numpy warnings. #541

Merged

Conversation

prabhuramachandran
Copy link
Member

@prabhuramachandran prabhuramachandran commented Aug 6, 2017

This will show up with numpy version >= 1.12 when the mlab.view function
is called with distance and focal point set to arrays. Thanks to
@FedeMiorelli for finding this issue and suggesting a fix. Supersedes #509.

This will show up with numpy version >= 1.12 when the mlab.view function
is called with distance and focal point set to arrays.  Thanks to
@FedeMiorelli for finding this issue and suggesting a fix.
@codecov-io
Copy link

codecov-io commented Aug 6, 2017

Codecov Report

Merging #541 into master will decrease coverage by <.01%.
The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #541      +/-   ##
==========================================
- Coverage   52.42%   52.42%   -0.01%     
==========================================
  Files         255      255              
  Lines       22600    22603       +3     
  Branches     3020     3021       +1     
==========================================
+ Hits        11849    11850       +1     
- Misses      10020    10021       +1     
- Partials      731      732       +1
Impacted Files Coverage Δ
mayavi/tools/camera.py 9.09% <28.57%> (+0.39%) ⬆️

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 2c29faf...5104eb3. Read the comment docs.

@prabhuramachandran prabhuramachandran merged commit 777bed4 into enthought:master Aug 6, 2017
@prabhuramachandran prabhuramachandran deleted the fix-numpy-warning branch August 6, 2017 17:23
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.

None yet

2 participants