JuliaAlgebra / DynamicPolynomials.jl

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

Use convert explicitely #27

Closed blegat closed 6 years ago

blegat commented 6 years ago

It was failing with JuMP master since the affine expression constructor with only one argument assumes that it's the constant of the affine expression. I need to release this for tomorrow

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.4%) to 99.042% when pulling c089aae7af0cb212cdb6cdc6672f387721f95c30 on bl/convert into addedc5b2725128090acc681bc1df1afc60c5008 on master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.4%) to 99.042% when pulling c089aae7af0cb212cdb6cdc6672f387721f95c30 on bl/convert into addedc5b2725128090acc681bc1df1afc60c5008 on master.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   99.04%   99.04%           
=======================================
  Files          15       15           
  Lines         731      731           
=======================================
  Hits          724      724           
  Misses          7        7
Impacted Files Coverage Δ
src/operators.jl 95.34% <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 addedc5...c089aae. Read the comment docs.