From: Antonio Jimenez Pastor Date: Thu, 11 Oct 2018 08:13:23 +0000 (+0200) Subject: Fixed error with a casting using the InifitePolynomialRing when having X-Git-Url: http://git.risc.jku.at/gitweb/?a=commitdiff_plain;h=081b34250d3b5022bb91e119f2d3c55e74d4bf96;p=ajpastor%2Fdiff_defined_functions.git Fixed error with a casting using the InifitePolynomialRing when having some parameters. --- diff --git a/ajpastor/dd_functions/toDiffAlgebraic.py b/ajpastor/dd_functions/toDiffAlgebraic.py index 273ab79..e061b46 100644 --- a/ajpastor/dd_functions/toDiffAlgebraic.py +++ b/ajpastor/dd_functions/toDiffAlgebraic.py @@ -166,7 +166,7 @@ def toDifferentiallyAlgebraic_Below(poly): dict_to_vectors = {}; S = 0; for i in range(len(coefficients)): - coeff = coefficients[i]; monomial = goal_ring(monomials[i]); + coeff = coefficients[i]; monomial = goal_ring(str(monomials[i])); if(coeff in dw_ddring): if(1 not in dict_to_vectors): S += 1; diff --git a/releases/diff_defined_functions__0.6.zip b/releases/diff_defined_functions__0.6.zip index 355a2d0..ac15bb5 100644 Binary files a/releases/diff_defined_functions__0.6.zip and b/releases/diff_defined_functions__0.6.zip differ diff --git a/releases/old/diff_defined_functions__0.6__18.10.11_10:13:21.zip b/releases/old/diff_defined_functions__0.6__18.10.11_10:13:21.zip new file mode 100644 index 0000000..ac15bb5 Binary files /dev/null and b/releases/old/diff_defined_functions__0.6__18.10.11_10:13:21.zip differ