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

Unsafe concatenate #8

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Unsafe concatenate #8

wants to merge 7 commits into from

Conversation

ScottWales
Copy link
Contributor

Working with lots of files is a pain - xarray opens each and every one, checking that file 1's latitude is the same as file 5068342's latitude.

Add a function that will just assume the data is sane - but if it's not, bad things will happen!

@codecov-io
Copy link

codecov-io commented Oct 24, 2018

Codecov Report

Merging #8 into master will increase coverage by 1.06%.
The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   64.74%   65.81%   +1.06%     
==========================================
  Files           6        7       +1     
  Lines         485      506      +21     
==========================================
+ Hits          314      333      +19     
- Misses        171      173       +2
Impacted Files Coverage Δ
src/coecms/bigdata.py 90.47% <90.47%> (ø)

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 0a3044f...2d67d60. Read the comment docs.

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.

2 participants