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

Feature/remove batched dataset#20 #80

Closed TsumiNa closed 5 years ago

TsumiNa commented 5 years ago

Closes #20 Closes #12

codecov[bot] commented 5 years ago

Codecov Report

Merging #80 into develop will increase coverage by 0.49%. The diff coverage is 88.58%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #80      +/-   ##
===========================================
+ Coverage    82.44%   82.94%   +0.49%     
===========================================
  Files           51       55       +4     
  Lines         3606     3805     +199     
===========================================
+ Hits          2973     3156     +183     
- Misses         633      649      +16
Impacted Files Coverage Δ
xenonpy/inverse/__init__.py 100% <ø> (ø) :arrow_up:
xenonpy/model/__init__.py 100% <ø> (ø) :arrow_up:
tests/datatools/test_data_select.py 99.21% <100%> (+0.06%) :arrow_up:
xenonpy/datatools/__init__.py 100% <100%> (ø) :arrow_up:
xenonpy/_conf.py 93.1% <100%> (ø) :arrow_up:
xenonpy/descriptor/composition.py 92.94% <100%> (ø) :arrow_up:
tests/models/test_checker.py 98.68% <100%> (ø) :arrow_up:
tests/datatools/test_storage.py 96.96% <100%> (ø)
xenonpy/model/nn/checker.py 86.11% <100%> (ø) :arrow_up:
tests/datatools/test_preset.py 70.37% <70.37%> (ø)
... and 12 more

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 cb64421...5c8bb01. Read the comment docs.