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

Fix set_para bug in BaseDescriptor #159

Closed TsumiNa closed 4 years ago

TsumiNa commented 4 years ago

Close #153

codecov[bot] commented 4 years ago

Codecov Report

Merging #159 into develop will increase coverage by 0.37%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #159      +/-   ##
===========================================
+ Coverage     81.4%   81.78%   +0.37%     
===========================================
  Files           93       93              
  Lines         6195     6401     +206     
===========================================
+ Hits          5043     5235     +192     
- Misses        1152     1166      +14
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 93.81% <0%> (-2.6%) :arrow_down:
tests/models/test_trainer.py 99.63% <0%> (+0.5%) :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 7e3ea2a...8e3cd80. Read the comment docs.