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 mdl querying #150

Closed TsumiNa closed 4 years ago

TsumiNa commented 4 years ago

Closes #65

codecov[bot] commented 4 years ago

Codecov Report

Merging #150 into develop will decrease coverage by 4.21%. The diff coverage is 47.87%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #150      +/-   ##
===========================================
- Coverage    84.74%   80.53%   -4.22%     
===========================================
  Files           86       93       +7     
  Lines         5657     6149     +492     
===========================================
+ Hits          4794     4952     +158     
- Misses         863     1197     +334
Impacted Files Coverage Δ
xenonpy/model/training/lr_scheduler.py 79.16% <ø> (ø) :arrow_up:
xenonpy/model/utils/__init__.py 100% <ø> (ø) :arrow_up:
xenonpy/datatools/__init__.py 100% <ø> (ø) :arrow_up:
xenonpy/utils/parameter_gen.py 95.16% <ø> (ø)
xenonpy/inverse/iqspr/estimator.py 87.64% <ø> (ø) :arrow_up:
xenonpy/utils/__init__.py 100% <100%> (ø) :arrow_up:
xenonpy/descriptor/compositions.py 84.84% <100%> (-13.12%) :arrow_down:
xenonpy/descriptor/frozen_featurizer.py 90.74% <100%> (+0.17%) :arrow_up:
tests/utils/test_parameter_gen.py 97.4% <100%> (ø)
tests/descriptor/test_elemental.py 98.11% <100%> (+0.15%) :arrow_up:
... and 21 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 415454f...b4c4e84. Read the comment docs.