Benjamin Lorenz

Results 157 comments of Benjamin Lorenz

from https://github.com/oscar-system/Oscar.jl/pull/4445#issuecomment-2612080011 > @benlorenz I've changed `scalar_types_extended`: > > ``` > -const scalar_types_extended = Union{scalar_types,ZZRingElem} > +const scalar_types_extended = Union{scalar_types,IntegerUnion} > ``` > > However, it creates a bunch of...

The broadcast errors should be fixed now (and I fixed a small issue in the fan negation). I think most of these constructions would benefit from adding `non_redundant=true` ? (Since...

Still upcoming release, hopefully this week.

Not sure what happens in CI, but when testing locally on munk (with the `documenter_helpers.jl` from Oscar) most of the time of the doctest run was spent in `src/Matrix-Strassen.jl:15-28`: ```...

Without the Matrix-Strassen test the doctests took just 1min17s on macOS: https://github.com/Nemocas/AbstractAlgebra.jl/actions/runs/15050984971/job/42305480071#step:7:698

Some further data: Ubuntu CI (out of 15 min total): ``` page: src/Matrix-Strassen.jl:15-28 805.782778 seconds (12.88 G allocations: 233.799 GiB, 27.81% gc time, 0.49% compilation time) ``` Windows CI (out...

The second try seems to have succeeded and I could find any other occurrences of this, maybe this was some network issue? (This job doesn't even have caching so this...