Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`numsToZero` relies on being able to sample arbitrary `AbstractFloat` with `rand`, which seemingly isn't possible with the new `Core.BFloat16` introduced in JuliaLang/julia#51470. See JuliaLang/julia#53651 for the upstream issue tracking this. 1.11 also introduces `AnnotatedString`, which interacts badly with the local scope of `@testset` and trying to lazily `join` things that may degenerate in inference to `AbstractString`. The type assertion is a quick "fix", since other than moving `irb` outside of that scope, inference will continue to mess with the test, even though no `AnnotatedString` could ever actually be produced.
- Loading branch information