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

Upgrade python to 3.10 #274

Closed loreloc closed 1 month ago

loreloc commented 1 month ago

Closes #264 .

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 93.51852% with 28 lines in your changes missing coverage. Please review.

Project coverage is 71.21%. Comparing base (1e0d08a) to head (af6051a). Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
cirkit/backend/base.py 0.00% 9 Missing :warning:
cirkit/backend/torch/parameters/pic.py 0.00% 5 Missing :warning:
cirkit/symbolic/functional.py 77.27% 5 Missing :warning:
cirkit/symbolic/circuit.py 85.18% 4 Missing :warning:
cirkit/templates/circuit_templates/_factories.py 0.00% 3 Missing :warning:
cirkit/utils/orderedset.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #274 +/- ## ========================================== + Coverage 71.01% 71.21% +0.19% ========================================== Files 45 45 Lines 4744 4773 +29 Branches 703 707 +4 ========================================== + Hits 3369 3399 +30 + Misses 1176 1175 -1 Partials 199 199 ```

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