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

Improve error handling in NGram #99

Closed TsumiNa closed 5 years ago

TsumiNa commented 5 years ago

Close #97

codecov[bot] commented 5 years ago

Codecov Report

Merging #99 into develop will decrease coverage by 0.03%. The diff coverage is 84.93%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #99      +/-   ##
===========================================
- Coverage    83.65%   83.61%   -0.04%     
===========================================
  Files           56       56              
  Lines         3964     4016      +52     
===========================================
+ Hits          3316     3358      +42     
- Misses         648      658      +10
Impacted Files Coverage Δ
xenonpy/inverse/iqspr/__init__.py 100% <100%> (ø) :arrow_up:
xenonpy/inverse/base.py 85.32% <66.66%> (-0.67%) :arrow_down:
xenonpy/inverse/iqspr/modifier.py 81.17% <75%> (-4.24%) :arrow_down:
tests/inverse/test_iqspr.py 97.34% <94.44%> (-1.48%) :arrow_down:
xenonpy/descriptor/structure.py 54.79% <0%> (+9.58%) :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 fc99010...168c21b. Read the comment docs.