Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
1e9abhi1e10 committed Dec 18, 2022
1 parent 7d83f4f commit fd851a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sympy/integrals/risch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ def residue_reduce(a, d, DE, z=None, invert=True):
for i in R:
R_map[i.degree()] = i

r = Poly(r, z)
r = Poly(r, z,field = True)
Np, Sp = splitfactor_sqf(r, DE, coefficientD=True, z=z)

for s, i in Sp:
Expand Down

0 comments on commit fd851a1

Please sign in to comment.