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/add batched prediction #132

Closed TsumiNa closed 5 years ago

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

Codecov Report

Merging #132 into develop will decrease coverage by 0.98%. The diff coverage is 39.24%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #132      +/-   ##
===========================================
- Coverage    77.66%   76.67%   -0.99%     
===========================================
  Files           88       88              
  Lines         5148     5240      +92     
===========================================
+ Hits          3998     4018      +20     
- Misses        1150     1222      +72
Impacted Files Coverage Δ
tests/models/test_extension.py 99.21% <100%> (+0.05%) :arrow_up:
tests/models/test_base_runner.py 98.71% <100%> (ø) :arrow_up:
xenonpy/model/training/extension/tensor_convert.py 93.02% <100%> (+0.71%) :arrow_up:
xenonpy/model/training/base.py 75.65% <100%> (-0.42%) :arrow_down:
xenonpy/model/training/predictor.py 27.77% <15%> (-22.23%) :arrow_down:
xenonpy/model/training/extension/validator.py 55.26% <52.38%> (-16.74%) :arrow_down:
xenonpy/model/training/trainer.py 14.85% <7.14%> (-1.62%) :arrow_down:

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 d3cd7fe...e273088. Read the comment docs.