april-tools / cirkit

a python framework to build, learn and reason about probabilistic circuits and tensor networks
https://cirkit-docs.readthedocs.io/en/latest/
GNU General Public License v3.0
80 stars 4 forks source link

Made dense/mixing layer the last layer even if sum_product='cp' #308

Closed loreloc closed 3 weeks ago

loreloc commented 4 weeks ago

Closes #306 .

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 61.90476% with 16 lines in your changes missing coverage. Please review.

Project coverage is 68.26%. Comparing base (850c9da) to head (717a2ed). Report is 30 commits behind head on main.

Files with missing lines Patch % Lines
cirkit/symbolic/circuit.py 56.75% 15 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #308 +/- ## ========================================== + Coverage 68.08% 68.26% +0.18% ========================================== Files 52 51 -1 Lines 5467 5360 -107 Branches 620 613 -7 ========================================== - Hits 3722 3659 -63 + Misses 1528 1486 -42 + Partials 217 215 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.