under-Peter / OMEinsum.jl

One More Einsum for Julia! With runtime order-specification and high-level adjoints for AD
https://under-peter.github.io/OMEinsum.jl/dev/
MIT License
181 stars 23 forks source link

Clean docs and docstrings #145

Closed pitmonticone closed 2 years ago

pitmonticone commented 2 years ago

Fixed a few typos.

codecov-commenter commented 2 years ago

Codecov Report

Merging #145 (c2da6e7) into master (2f9bb46) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master     #145   +/-   ##
=======================================
  Coverage   88.52%   88.52%           
=======================================
  Files          14       14           
  Lines        1098     1098           
=======================================
  Hits          972      972           
  Misses        126      126           
Impacted Files Coverage Δ
src/Core.jl 92.20% <ø> (ø)
src/cueinsum.jl 2.81% <0.00%> (ø)
src/einsequence.jl 91.71% <ø> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

GiggleLiu commented 2 years ago

The fix looks good! Thank you so much.