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

Merge to master #160

Closed TsumiNa closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #160 into master will increase coverage by 1.02%. The diff coverage is 98.9%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #160      +/-   ##
=========================================
+ Coverage   80.48%   81.5%   +1.02%     
=========================================
  Files          93      93              
  Lines        6159    6229      +70     
=========================================
+ Hits         4957    5077     +120     
+ Misses       1202    1152      -50
Impacted Files Coverage Δ
xenonpy/descriptor/base.py 91.74% <100%> (+0.97%) :arrow_up:
xenonpy/inverse/iqspr/estimator.py 87.64% <100%> (ø) :arrow_up:
tests/descriptor/test_base_desc.py 98.46% <100%> (+0.09%) :arrow_up:
xenonpy/model/training/trainer.py 96.4% <100%> (+2.87%) :arrow_up:
tests/models/test_trainer.py 99.13% <97.87%> (-0.36%) :arrow_down:
xenonpy/model/training/base.py 88.69% <0%> (+0.86%) :arrow_up:
xenonpy/model/training/checker.py 84.37% <0%> (+5%) :arrow_up:
xenonpy/utils/useful_cls.py 87.91% <0%> (+5.49%) :arrow_up:
xenonpy/model/training/extension/persist.py 73.68% <0%> (+38.15%) :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 423cf97...5929b4a. Read the comment docs.