Skip to content

Commit

Permalink
nsimplify before groebner
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Mar 31, 2023
1 parent 61a8b5e commit 4f8e460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytential/symbolic/pde/systems/reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def reduce_number_of_fmms(int_gs, source_dependent_variables):
logger.debug("could not create matrix from %s", int_gs)
return int_gs

mat = sympy.Matrix(mat)
mat = sympy.nsimplify(sympy.Matrix(mat))

# Factor the matrix into two
try:
Expand Down

0 comments on commit 4f8e460

Please sign in to comment.