yoshida-lab / XenonPy

XenonPy is a Python Software for Materials Informatics
http://xenonpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
133 stars 57 forks source link

Change default file extension in Dataset and add save function #109

Closed TsumiNa closed 5 years ago

TsumiNa commented 5 years ago

Closes #107 and closes #108

codecov[bot] commented 5 years ago

Codecov Report

Merging #109 into develop will increase coverage by 0.11%. The diff coverage is 98.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop    #109      +/-   ##
==========================================
+ Coverage    83.38%   83.5%   +0.11%     
==========================================
  Files           56      56              
  Lines         4015    4043      +28     
==========================================
+ Hits          3348    3376      +28     
  Misses         667     667
Impacted Files Coverage Δ
xenonpy/datatools/storage.py 84.93% <0%> (ø) :arrow_up:
tests/datatools/test_preset.py 79.74% <100%> (ø) :arrow_up:
xenonpy/utils.py 89.47% <100%> (ø) :arrow_up:
tests/datatools/test_dataset.py 99.18% <100%> (+0.16%) :arrow_up:
xenonpy/datatools/dataset.py 97.75% <100%> (+0.19%) :arrow_up:
xenonpy/datatools/preset.py 91.91% <100%> (ø) :arrow_up:

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 3387d32...06de4e5. Read the comment docs.