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

One-Hot-Vector encoding for compositional descriptor #110

Closed TsumiNa closed 5 years ago

TsumiNa commented 5 years ago

Close #45

codecov[bot] commented 5 years ago

Codecov Report

Merging #110 into develop will increase coverage by 0.42%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop    #110      +/-   ##
==========================================
+ Coverage    83.38%   83.8%   +0.42%     
==========================================
  Files           56      56              
  Lines         4015    4107      +92     
==========================================
+ Hits          3348    3442      +94     
+ Misses         667     665       -2
Impacted Files Coverage Δ
xenonpy/descriptor/__init__.py 100% <ø> (ø) :arrow_up:
xenonpy/descriptor/composition.py 96.55% <100%> (+3.61%) :arrow_up:
tests/descriptor/test_elemental.py 97.67% <100%> (+0.53%) :arrow_up:
xenonpy/datatools/dataset.py 97.39% <0%> (-0.17%) :arrow_down:
tests/datatools/test_dataset.py 99.33% <0%> (+0.31%) :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 3387d32...f681d86. Read the comment docs.