You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace remaining @test_broken with @test ... broken = ...
Convert the rest of the `@test_broken` calls in `test_basics.jl` and
`test_map.jl` to the `broken = ...` keyword form, fold the surviving
`if arrayt === Array; ...; else; @test_broken ...; end` pair in
`test_map.jl` into a single `@test ... broken = arrayt ≢ Array`, and
drop the now-unused `@test_broken` import from `test_genericblockindex.jl`
and `test_tensoralgebraext.jl`.
Also gate the LQ regression broken marker in `test_abstract_blocktype.jl`
on `pkgversion(MatrixAlgebraKit) < v"0.6.7"` so the marker auto-disables
once the upstream LQ gauge-fixing fix lands in MatrixAlgebraKit 0.6.7
(QuantumKitHub/MatrixAlgebraKit.jl#219).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments