yoshida-lab / XenonPy

XenonPy is a Python Software for Materials Informatics
http://xenonpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
135 stars 57 forks source link

Use joblib parallel as default parallel tool #191

Closed TsumiNa closed 4 years ago

TsumiNa commented 4 years ago

Also, fixes #188

codecov[bot] commented 4 years ago

Codecov Report

Merging #191 into master will increase coverage by 0.68%. The diff coverage is 95.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #191      +/-   ##
==========================================
+ Coverage   82.19%   82.87%   +0.68%     
==========================================
  Files          93       93              
  Lines        6402     6417      +15     
==========================================
+ Hits         5262     5318      +56     
+ Misses       1140     1099      -41     
Impacted Files Coverage Δ
tests/descriptor/test_elemental.py 97.87% <ø> (-0.25%) :arrow_down:
xenonpy/descriptor/base.py 91.40% <90.24%> (-0.35%) :arrow_down:
xenonpy/descriptor/compositions.py 88.77% <92.85%> (+3.92%) :arrow_up:
tests/descriptor/test_base_desc.py 98.59% <100.00%> (+0.13%) :arrow_up:
tests/descriptor/test_crystal_graph.py 97.05% <100.00%> (+0.18%) :arrow_up:
xenonpy/descriptor/fingerprint.py 96.38% <100.00%> (-0.03%) :arrow_down:
xenonpy/descriptor/structure.py 94.73% <100.00%> (+47.36%) :arrow_up:
xenonpy/__init__.py 79.41% <0.00%> (+5.88%) :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 1632cb5...cf731fb. Read the comment docs.