pygae / galgebra

Symbolic Geometric Algebra/Calculus package for SymPy :crystal_ball:
https://galgebra.rtfd.io/
BSD 3-Clause "New" or "Revised" License
233 stars 62 forks source link

Remove a workaround for badly-printed dot products #377

Closed eric-wieser closed 4 years ago

eric-wieser commented 4 years ago

There is no need to post-process latex to solve this, it's now solved for us in galgebra.atoms.DotProductSymbol.

codecov[bot] commented 4 years ago

Codecov Report

Merging #377 into master will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #377      +/-   ##
==========================================
- Coverage   77.29%   77.27%   -0.03%     
==========================================
  Files          16       16              
  Lines        4348     4343       -5     
==========================================
- Hits         3361     3356       -5     
  Misses        987      987              
Impacted Files Coverage Δ
galgebra/printer.py 77.15% <ø> (-0.20%) :arrow_down:

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 08a624e...bbe4b9f. Read the comment docs.