We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a8b5e commit 4f8e460Copy full SHA for 4f8e460
1 file changed
pytential/symbolic/pde/systems/reduce.py
@@ -94,7 +94,7 @@ def reduce_number_of_fmms(int_gs, source_dependent_variables):
94
logger.debug("could not create matrix from %s", int_gs)
95
return int_gs
96
97
- mat = sympy.Matrix(mat)
+ mat = sympy.nsimplify(sympy.Matrix(mat))
98
99
# Factor the matrix into two
100
try:
0 commit comments