Closed loreloc closed 4 months ago
Attention: Patch coverage is 85.83333%
with 34 lines
in your changes missing coverage. Please review.
Project coverage is 77.08%. Comparing base (
01a0e24
) to head (c38021e
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Currently there are unit tests of products of two and three PCs over Gaussians verifying the correctness of the output and partition function computation.
This has been implemented by having symbolic and compiled Gaussians that can possibly be unnormalized via the specification of a
log_partition
parameter.The notebook
moons
has been updated as to use the new pipeline apis.Closes #210 #233 #185