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 random model generate #147

Closed TsumiNa closed 4 years ago

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

Codecov Report

Merging #147 into develop will increase coverage by 0.75%. The diff coverage is 94.38%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #147      +/-   ##
===========================================
+ Coverage    83.36%   84.11%   +0.75%     
===========================================
  Files           86       87       +1     
  Lines         5554     5735     +181     
===========================================
+ Hits          4630     4824     +194     
+ Misses         924      911      -13
Impacted Files Coverage Δ
xenonpy/model/training/__init__.py 100% <ø> (ø) :arrow_up:
xenonpy/model/nn/__init__.py 100% <ø> (ø) :arrow_up:
xenonpy/model/training/extension/persist.py 37.68% <0%> (ø) :arrow_up:
xenonpy/model/__init__.py 100% <100%> (ø) :arrow_up:
tests/descriptor/test_frozen_feature.py 98.68% <100%> (+0.72%) :arrow_up:
xenonpy/model/sequential.py 100% <100%> (ø)
xenonpy/descriptor/frozen_featurizer.py 90.56% <100%> (+1.2%) :arrow_up:
tests/models/test_trainer.py 99.48% <100%> (+0.01%) :arrow_up:
xenonpy/model/utils/__init__.py 100% <100%> (ø) :arrow_up:
xenonpy/model/utils/checker.py 79.24% <38.88%> (-4.79%) :arrow_down:
... and 8 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 2e12380...668c48d. Read the comment docs.