Skip to content

Unsafe concatenate#8

Open
ScottWales wants to merge 7 commits into
masterfrom
unsafe_collate
Open

Unsafe concatenate#8
ScottWales wants to merge 7 commits into
masterfrom
unsafe_collate

Conversation

@ScottWales

Copy link
Copy Markdown
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

codecov-io commented Oct 24, 2018

Copy link
Copy Markdown

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