Closed ArrogantGao closed 3 months ago
Attention: Patch coverage is 80.24691%
with 32 lines
in your changes missing coverage. Please review.
Project coverage is 92.83%. Comparing base (
cc2295f
) to head (3c3f608
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please add some tests.
Added some dependency for the functions defined in src/visualization.jl
and making sure they throw ArgumentError
if the extension LuxorTensorPlot
is not loaded.
It is strange the the CodeCov seems not working correctly, the revised results are not uploaded properly.
{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected time to availability: 2376s.', code='throttled')}
I made a few updates, please confirm the changes are reasonable.
Thanks a lot for your help, I think all changes are reasonable and greatly simplified the code.
Nice, I just made a minor release here: https://github.com/JuliaRegistries/General/pull/112375
Add the viz tool
LuxorTensorPlot
as an extension of theOMEinsumContractionOrders
. Two function have been provided,viz_eins
plots the tensor network, andviz_contraction
generate videos of an contraction order. For more detailed usage, see the revised README.md.