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 to_npz #12

Merged
merged 1 commit into from
Jul 11, 2017
Merged

Fix to_npz #12

merged 1 commit into from
Jul 11, 2017

Conversation

kayibal
Copy link

@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

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.

None yet

1 participant