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

Feature/refactor model checker #134

Closed TsumiNa closed 5 years ago

TsumiNa commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #134 into develop will decrease coverage by 0.42%. The diff coverage is 77.2%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #134      +/-   ##
===========================================
- Coverage    77.38%   76.96%   -0.43%     
===========================================
  Files           89       87       -2     
  Lines         5373     5174     -199     
===========================================
- Hits          4158     3982     -176     
+ Misses        1215     1192      -23
Impacted Files Coverage Δ
xenonpy/model/training/predictor.py 27.77% <0%> (ø) :arrow_up:
xenonpy/datatools/__init__.py 100% <100%> (ø) :arrow_up:
xenonpy/datatools/mdl.py 95.52% <100%> (+0.06%) :arrow_up:
xenonpy/model/training/extension/validator.py 47.91% <100%> (+1.1%) :arrow_up:
xenonpy/datatools/dataset.py 97.77% <100%> (+0.02%) :arrow_up:
xenonpy/datatools/transform.py 85.91% <100%> (+0.09%) :arrow_up:
tests/models/test_extension.py 97.88% <100%> (ø) :arrow_up:
tests/models/test_base_runner.py 98.75% <100%> (+0.03%) :arrow_up:
xenonpy/datatools/preset.py 92.23% <100%> (+0.07%) :arrow_up:
tests/models/test_checker.py 98.27% <100%> (-0.03%) :arrow_down:
... and 6 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 0377573...69ff14c. Read the comment docs.