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

Fixed a bug due to Numpy not being imported under certain circumstances #1887

Merged
merged 3 commits into from
Oct 22, 2018

Conversation

astrofrog
Copy link
Member

This happened if Numpy was imported (as np) in config.py (which is a completely valid thing to do)

@astrofrog astrofrog added the bug label Oct 21, 2018
@astrofrog astrofrog added this to the v0.14.0 milestone Oct 21, 2018
@codecov
Copy link

codecov bot commented Oct 21, 2018

Codecov Report

Merging #1887 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1887      +/-   ##
=========================================
+ Coverage    85.5%   85.5%   +<.01%     
=========================================
  Files         235     235              
  Lines       20877   20878       +1     
=========================================
+ Hits        17851   17852       +1     
  Misses       3026    3026
Impacted Files Coverage Δ
glue/core/parse.py 97.58% <100%> (+0.01%) ⬆️

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 c3d970e...43a4697. Read the comment docs.

@astrofrog astrofrog merged commit cd0c9dc into glue-viz:master Oct 22, 2018
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.

1 participant