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

Merge master #114

Closed TsumiNa closed 5 years ago

TsumiNa commented 5 years ago

rename 'OneHotVectorFeaturizer' to 'CountingFeaturizer'; Fix docs

codecov[bot] commented 5 years ago

Codecov Report

Merging #114 into master will increase coverage by 0.01%. The diff coverage is 94.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
+ Coverage   83.61%   83.62%   +0.01%     
==========================================
  Files          56       56              
  Lines        4053     4062       +9     
==========================================
+ Hits         3389     3397       +8     
- Misses        664      665       +1
Impacted Files Coverage Δ
xenonpy/descriptor/__init__.py 100% <ø> (ø) :arrow_up:
tests/descriptor/test_elemental.py 97.95% <100%> (+0.28%) :arrow_up:
xenonpy/descriptor/composition.py 95.55% <90%> (-1%) :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 fefc5cc...4cc9330. Read the comment docs.