Skip to content

Fix to_npz#12

Merged
kayibal merged 1 commit intomasterfrom
fix/save-multiindex
Jul 11, 2017
Merged

Fix to_npz#12
kayibal merged 1 commit intomasterfrom
fix/save-multiindex

Conversation

@kayibal
Copy link
Copy Markdown

@kayibal kayibal commented Jul 11, 2017

if multiindex is contained it is restored when loading. This requires saving of metadata. In case metadata is not available because the file was saved with a previous version the index class is inferred by the array values.

if multiindex is contained it is restored when loading. This requires saving of metadata. In case metadata is not available because the file was saved with a previous version the index class is inferred by the array values.
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 11, 2017

Codecov Report

Merging #12 into master will increase coverage by 0.2%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #12     +/-   ##
=========================================
+ Coverage   82.29%   82.49%   +0.2%     
=========================================
  Files           6        6             
  Lines         610      617      +7     
=========================================
+ Hits          502      509      +7     
  Misses        108      108
Impacted Files Coverage Δ
sparsity/sparse_frame.py 85.94% <0%> (-0.12%) ⬇️
sparsity/dask/io.py 73.07% <0%> (+6.41%) ⬆️

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 ed6ae45...c1306e0. Read the comment docs.

@kayibal kayibal merged commit 1c10bed into master Jul 11, 2017
@kayibal kayibal deleted the fix/save-multiindex branch July 11, 2017 09:38
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.

1 participant