ML-KULeuven / problog

ProbLog is a Probabilistic Logic Programming Language for logic programs with probabilities.
https://dtai.cs.kuleuven.be/problog/
298 stars 34 forks source link

Feature/lficont #45

Closed arcchitjain closed 3 years ago

arcchitjain commented 3 years ago

Requesting merge of LFIcont branch into the master branch. The new version of LFI contains the updated encoding that was implemented in the Problog Hackathon 3. This version is supposed to be deployed to the web interface.

codecov-commenter commented 3 years ago

Codecov Report

Merging #45 into master will increase coverage by 1.35%. The diff coverage is 94.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   53.81%   55.17%   +1.35%     
==========================================
  Files          66       66              
  Lines       17688    17426     -262     
==========================================
+ Hits         9519     9614      +95     
+ Misses       8169     7812     -357     
Impacted Files Coverage Δ
problog/learning/lfi.py 74.82% <94.54%> (+16.78%) :arrow_up:
problog/test/test_lfi.py 87.15% <95.00%> (-2.02%) :arrow_down:
problog/errors.py 71.18% <0.00%> (-3.39%) :arrow_down:
problog/cycles.py 94.73% <0.00%> (-1.32%) :arrow_down:
problog/evaluator.py 47.40% <0.00%> (-0.21%) :arrow_down:
problog/logic.py 73.59% <0.00%> (+0.16%) :arrow_up:
problog/constraint.py 50.90% <0.00%> (+0.60%) :arrow_up:
problog/program.py 78.41% <0.00%> (+1.43%) :arrow_up:
problog/formula.py 65.71% <0.00%> (+6.88%) :arrow_up:
... and 1 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 fff3780...a945152. Read the comment docs.