google / TensorNetwork

A library for easy and efficient manipulation of tensor networks.
Apache License 2.0
1.82k stars 359 forks source link

Fix bug in contractors #895

Closed mganahl closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #895 (e6b6ab4) into master (7201dc4) will increase coverage by 0.09%. The diff coverage is 79.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #895      +/-   ##
==========================================
+ Coverage   98.00%   98.09%   +0.09%     
==========================================
  Files         129      129              
  Lines       22656    22719      +63     
==========================================
+ Hits        22203    22287      +84     
+ Misses        453      432      -21     
Impacted Files Coverage Δ
tensornetwork/__init__.py 100.00% <ø> (ø)
...network/tests/network_operations_symmetric_test.py 100.00% <ø> (ø)
...k/contractors/opt_einsum_paths/path_contractors.py 84.37% <60.00%> (+12.55%) :arrow_up:
tensornetwork/network_operations.py 96.71% <78.37%> (-1.80%) :arrow_down:
...ors/opt_einsum_paths/path_contractors_node_test.py 98.93% <100.00%> (+9.04%) :arrow_up:
tensornetwork/tests/network_operations_test.py 99.74% <100.00%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7201dc4...e6b6ab4. Read the comment docs.