JuliaPy / SymPy.jl

Julia interface to SymPy via PyCall
http://juliapy.github.io/SymPy.jl/
MIT License
269 stars 61 forks source link

doctest fix=true #420

Closed jverzani closed 3 years ago

jverzani commented 3 years ago

update doctests. (lots of churn as new print format form matrices)

codecov-commenter commented 3 years ago

Codecov Report

Merging #420 (b94abf5) into master (a926969) will increase coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #420      +/-   ##
==========================================
+ Coverage   53.97%   54.02%   +0.04%     
==========================================
  Files          18       18              
  Lines        1156     1155       -1     
==========================================
  Hits          624      624              
+ Misses        532      531       -1     
Impacted Files Coverage Δ
src/assumptions.jl 18.10% <ø> (ø)
src/lambdify.jl 93.33% <ø> (ø)
src/mathfuns.jl 69.41% <ø> (ø)
src/numbers.jl 49.64% <ø> (+0.34%) :arrow_up:
src/patternmatch.jl 80.00% <ø> (ø)
src/permutations.jl 0.00% <ø> (ø)
src/utils.jl 75.22% <ø> (ø)

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 a926969...b94abf5. Read the comment docs.