wesselb / neuralprocesses

A framework for composing Neural Processes in Python
https://wesselb.github.io/neuralprocesses
MIT License
76 stars 12 forks source link

Structured likelihoods #14

Closed wesselb closed 1 year ago

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5104254242

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report. To ensure accuracy in future PRs, please see these guidelines. A quick fix for this PR: rebase it; your next report should be accurate.


Changes Missing Coverage Covered Lines Changed/Added Lines %
neuralprocesses/dist/spikeslab.py 94 95 98.95%
neuralprocesses/dist/transformed.py 3 4 75.0%
neuralprocesses/model/util.py 5 6 83.33%
neuralprocesses/dist/beta.py 57 59 96.61%
neuralprocesses/dist/geom.py 2 4 50.0%
neuralprocesses/dist/uniform.py 8 12 66.67%
neuralprocesses/dist/dist.py 34 39 87.18%
neuralprocesses/likelihood.py 46 51 90.2%
neuralprocesses/dist/dirac.py 24 30 80.0%
neuralprocesses/data/bimodal.py 0 27 0.0%
<!-- Total: 326 380 85.79% -->
Totals Coverage Status
Change from base Build 4357258215: 1.4%
Covered Lines: 3272
Relevant Lines: 4116

💛 - Coveralls