Closed jishnub closed 10 months ago
but oddly, the test appears to pass on macOS.
Quoting from https://github.com/JuliaLinearAlgebra/ToeplitzMatrices.jl/actions/runs/7443266043/job/20247904856#step:3:11
Commit 103e50a764e (2024-01-06 01:37 UTC)
and that commit is before ecb668bdf111d8b2be28296eed90cee76074635d, the merge commit of JuliaLang/julia#49546.
Wow that makes sense, thanks for looking into this!
Ah crap, good catch sorry about that @jishnub
The following works on v1.10, but fails on the current master (presumably after JuliaLang/julia#49546):
whereas on v1.10:
The element types should perhaps be widened to
float
.CC: @MasonProtter
The test failure was seen in a CI run for
ToeplitzMatrices.jl
, but oddly, the test appears to pass on macOS.