Skip to content

Commit 0050b55

Browse files
authored
remove 2nd use of is
1 parent 1406c09 commit 0050b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sympy/holonomic/holonomic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2792,7 +2792,7 @@ def _convert_meijerint(func, x, initcond=True, domain=QQ):
27922792
# lists for sum of meijerg functions
27932793
fac_list = [fac * i[0] for i in g]
27942794
t = po.as_base_exp()
2795-
s = t[1] if t[0] is x else S.Zero
2795+
s = t[1] if t[0] == x else S.Zero
27962796
po_list = [s + i[1] for i in g]
27972797
G_list = [i[2] for i in g]
27982798

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy