lazy series/pushout experiment #17681
Annotations
2 errors and 3 warnings
Test changed files (sage -t --new):
src/sage/rings/lazy_series_ring.py#L1008
Failed example:: Got:
Traceback (most recent call last):
File "/sage/src/sage/doctest/forker.py", line 726, in _run
self.compile_and_execute(example, compiler, test.globs)
File "/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.rings.lazy_series_ring.LazySeriesRing.define_implicitly[172]>", line 1, in <module>
A[Integer(1)]
File "/sage/src/sage/rings/lazy_series.py", line 408, in __getitem__
return R(self._coeff_stream[n])
File "/sage/src/sage/data_structures/stream.py", line 1875, in __getitem__
self._compute()
File "/sage/src/sage/data_structures/stream.py", line 2146, in _compute
raise ValueError("could not determine any coefficients:\n"
ValueError: could not determine any coefficients:
equation 0:
coefficient [x*y*t]: A[x*y] - A[t] == 0
equation 1:
coefficient [x*t^2]: B[x*t] + B[t] == 0
coefficient [x*y*t]: B[x*y] - B[t] == 0
|
Test changed files (sage -t --new)
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Post Checkout
The process '/usr/bin/git' failed with exit code 128
|
Get changed files and packages
fatal: no submodule mapping found in .gitmodules for path 'subprojects/factory'
|
Loading