JuliaAlgebra / DynamicPolynomials.jl

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

uninitialized -> undef #12

Closed saschatimme closed 6 years ago

saschatimme commented 6 years ago

A little bit less deprecation warnings.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.017% when pulling 8a51d54c31e026b98273a2cca3d57f03ec1b49ae on undef into 69924f7f998648dd7e3762aa6594c3a04774212c on master.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  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/mult.jl 98.36% <100%> (ø) :arrow_up:
src/subs.jl 98.03% <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 69924f7...8a51d54. Read the comment docs.

blegat commented 6 years ago

Thanks :)