We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d865f commit bb64b5bCopy full SHA for bb64b5b
src/sage/data_structures/stream.py
@@ -1951,6 +1951,11 @@ def retract(c):
1951
1952
def fix_cache(j, s, ao):
1953
if s._cache[ao]:
1954
+ # TODO: perhaps, if not
1955
+ # self._coefficient_ring.has_coerce_map_from(s._cache[ao].parent())
1956
+ # we can be certain that there is still an
1957
+ # undetermined coefficient -- if so, we could replace
1958
+ # the following line for a performance improvement
1959
if s._cache[ao] in self._coefficient_ring:
1960
s._true_order = True
1961
return False
0 commit comments