dgasmith / opt_einsum

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

Update README.md #201

Closed s-mandra closed 1 year ago

s-mandra commented 1 year ago

Description

Fix broken links in README.md

Todos

Notable points that this PR has either accomplished or will accomplish.

Status

codecov[bot] commented 1 year ago

Codecov Report

Merging #201 (aa41100) into master (3824e4f) will decrease coverage by 0.03%. The diff coverage is 100.00%.

dgasmith commented 1 year ago

Looks like MyPy was bumped. Annoying, but would you mind remove the type ignore in this file?

opt_einsum/paths.py:1251: error: Unused "type: ignore" comment
Found 1 error in 1 file (checked 27 source files)