dgasmith / opt_einsum

⚡️Optimizing einsum functions in NumPy, Tensorflow, Dask, and more with contraction order optimization.
https://dgasmith.github.io/opt_einsum/
MIT License
848 stars 68 forks source link

Fix `dp` to work for contractions with no sized axes (scalars only). #195

Closed romanngg closed 2 years ago

romanngg commented 2 years ago

Fix dp to work for contractions with no sized axes (scalars only).

codecov[bot] commented 2 years ago

Codecov Report

Merging #195 (9815d21) into master (a274599) will not change coverage. The diff coverage is 100.00%.