yoshida-lab / XenonPy

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

Remove GaussianNLLLoss #249

Closed TsumiNa closed 2 years ago

TsumiNa commented 2 years ago

Remove GaussianNLLLoss from models.training.loss

codecov[bot] commented 2 years ago

Codecov Report

Merging #249 (4410bf4) into master (264247e) will increase coverage by 0.06%. The diff coverage is 61.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #249      +/-   ##
==========================================
+ Coverage   35.13%   35.19%   +0.06%     
==========================================
  Files          95       96       +1     
  Lines        7159     7177      +18     
==========================================
+ Hits         2515     2526      +11     
- Misses       4644     4651       +7     
Impacted Files Coverage Δ
xenonpy/model/training/loss.py 0.00% <ø> (ø)
tests/models/test_wrapped.py 61.11% <61.11%> (ø)

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 264247e...4410bf4. Read the comment docs.