ArrogantGao / TensorBranching.jl

Optimal branching via tensor network
MIT License
4 stars 1 forks source link

Remove type parameter N #12

Closed GiggleLiu closed 3 months ago

GiggleLiu commented 3 months ago

The break down of Documentation is due to Documenter CI using a stale registry.

codecov-commenter commented 3 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 89.41176% with 9 lines in your changes missing coverage. Please review.

Project coverage is 72.20%. Comparing base (93184cb) to head (ee63da3).

Files Patch % Lines
src/bitstring.jl 64.00% 9 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================== + Coverage 71.17% 72.20% +1.02% ========================================== Files 11 11 Lines 517 518 +1 ========================================== + Hits 368 374 +6 + Misses 149 144 -5 ```

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

ArrogantGao commented 3 months ago

Thank you very much for the changes, I further fixed the type unstable problem cause by Branch by removing the size_reduced. Although the compilation time is still long, there is no more recompilation time now.