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

Add geometric mean and harmonic mean to composition descriptors #116

Closed TsumiNa closed 5 years ago

TsumiNa commented 5 years ago

Geometric mean: image

Harmonic mean: image

codecov[bot] commented 5 years ago

Codecov Report

Merging #116 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #116      +/-   ##
==========================================
+ Coverage   83.62%   83.72%   +0.09%     
==========================================
  Files          56       56              
  Lines        4062     4085      +23     
==========================================
+ Hits         3397     3420      +23     
  Misses        665      665
Impacted Files Coverage Δ
xenonpy/descriptor/__init__.py 100% <ø> (ø) :arrow_up:
xenonpy/descriptor/base.py 91.42% <100%> (+0.04%) :arrow_up:
xenonpy/descriptor/composition.py 96.42% <100%> (+0.87%) :arrow_up:
tests/descriptor/test_elemental.py 97.95% <100%> (ø) :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 20e5411...22ddb61. Read the comment docs.