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

Add functions to help the sample dataset building #83

Closed TsumiNa closed 5 years ago

TsumiNa commented 5 years ago

This repo closes #81 and closes #84

codecov[bot] commented 5 years ago

Codecov Report

Merging #83 into develop will increase coverage by 0.02%. The diff coverage is 83.63%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #83      +/-   ##
===========================================
+ Coverage    82.94%   82.96%   +0.02%     
===========================================
  Files           55       56       +1     
  Lines         3805     3940     +135     
===========================================
+ Hits          3156     3269     +113     
- Misses         649      671      +22
Impacted Files Coverage Δ
xenonpy/__main__.py 0% <0%> (ø)
tests/datatools/test_preset.py 79.74% <100%> (+9.37%) :arrow_up:
tests/datatools/test_dataset.py 99.01% <100%> (+0.44%) :arrow_up:
xenonpy/_conf.py 93.1% <100%> (ø) :arrow_up:
xenonpy/utils.py 89.47% <100%> (-1.98%) :arrow_down:
xenonpy/model/nn/base.py 40.62% <100%> (ø) :arrow_up:
tests/models/test_checker.py 98.7% <100%> (+0.01%) :arrow_up:
xenonpy/datatools/preset.py 91.91% <95.74%> (+2.82%) :arrow_up:
xenonpy/datatools/dataset.py 97.56% <95.83%> (+9.88%) :arrow_up:
... and 1 more

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 dd952cc...bd661c2. Read the comment docs.