Skip to content

Commit 4f8e460

Browse files
committed
nsimplify before groebner
1 parent 61a8b5e commit 4f8e460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytential/symbolic/pde/systems/reduce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def reduce_number_of_fmms(int_gs, source_dependent_variables):
9494
logger.debug("could not create matrix from %s", int_gs)
9595
return int_gs
9696

97-
mat = sympy.Matrix(mat)
97+
mat = sympy.nsimplify(sympy.Matrix(mat))
9898

9999
# Factor the matrix into two
100100
try:

0 commit comments

Comments
 (0)