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

Bug fix: calculation error in iqspr estimator #124

Closed TsumiNa closed 5 years ago

TsumiNa commented 5 years ago

This pr fixes a critical error in BayesianRidgeEstimator when calculating the loglikelihood.

codecov[bot] commented 5 years ago

Codecov Report

Merging #124 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   82.25%   82.25%           
=======================================
  Files          64       64           
  Lines        4316     4316           
=======================================
  Hits         3550     3550           
  Misses        766      766
Impacted Files Coverage Δ
xenonpy/inverse/iqspr/estimator.py 95.23% <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 07b66ae...c857c25. Read the comment docs.