[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken Aqua test in julia 1.11 #1883

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Fix broken Aqua test in julia 1.11 #1883

merged 1 commit into from
Jul 12, 2024

Conversation

charleskawczynski
Copy link
Member

This PR breaks an aqua test in Julia 1.11 where Base.map(f::F, rows::BandMatrixRow{ld}...) where {F, ld} = BandMatrixRow{ld}(map(f, map(row -> row.entries, rows)...)...) results in unbound ld for an empty tuple of rows.

@charleskawczynski charleskawczynski merged commit e239ab3 into main Jul 12, 2024
18 of 19 checks passed
@charleskawczynski charleskawczynski deleted the ck/julia1p11 branch July 12, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant