Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 10c31a1

Browse files
committed
23138: don't call Maxima with new symbols
1 parent 61fa91f commit 10c31a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sage/symbolic/ring.pyx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -687,8 +687,6 @@ cdef class SymbolicRing(CommutativeRing):
687687
if domain is not None:
688688
symb.set_domain(sage_domain_to_ginac_domain(domain))
689689
e._gobj = GEx(symb)
690-
if domain is not None:
691-
send_sage_domain_to_maxima(e, domain)
692690

693691
return e
694692

@@ -712,8 +710,6 @@ cdef class SymbolicRing(CommutativeRing):
712710
self.symbols[name] = e
713711

714712
e._gobj = GEx(symb)
715-
if domain is not None:
716-
send_sage_domain_to_maxima(e, domain)
717713

718714
return e
719715

0 commit comments

Comments
 (0)