erwanp / pytexit

Convert a Python expression to a LaTeX formula
https://pytexit.readthedocs.io/
Other
114 stars 31 forks source link

improved parenthesis usage #23

Closed phidi04 closed 3 years ago

phidi04 commented 3 years ago

Replaced "(" with "\left" and ")" with "\right" wherever I found it with regard to Issue #14

codecov[bot] commented 3 years ago

Codecov Report

Merging #23 (86f00bc) into master (51e4bd8) will not change coverage. The diff coverage is 90.47%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   81.09%   81.09%           
=======================================
  Files          13       13           
  Lines         603      603           
=======================================
  Hits          489      489           
  Misses        114      114           
Impacted Files Coverage Δ
pytexit/test/test_functions.py 79.34% <80.00%> (ø)
pytexit/core/core.py 90.57% <100.00%> (ø)

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 51e4bd8...86f00bc. Read the comment docs.

erwanp commented 3 years ago

Test passed, merging, thank you for the improvement !!