JuliaAlgebra / DynamicPolynomials.jl

Multivariate polynomials implementation of commutative and non-commutative variables
Other
60 stars 21 forks source link

Julia v0.7 fixes #16

Closed blegat closed 6 years ago

blegat commented 6 years ago

Fixes the inference issue mentioned by @saschatimme in https://github.com/JuliaAlgebra/DynamicPolynomials.jl/pull/15#issuecomment-394385898

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.6%) to 99.626% when pulling 893b694b339fb6f771f32debd089e7aa492ee7fa on bl/v0.7fixes into 93b05ce2f7c118eee8ad07bedcc5df93c8ee245a on master.

codecov-io commented 6 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   99.02%   99.02%           
=======================================
  Files          15       15           
  Lines         718      718           
=======================================
  Hits          711      711           
  Misses          7        7
Impacted Files Coverage Δ
src/diff.jl 100% <100%> (ø) :arrow_up:
src/poly.jl 100% <100%> (ø) :arrow_up:

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 93b05ce...893b694. Read the comment docs.