Skip to content

Commit

Permalink
Reactivate sparse allocation test
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Nov 9, 2023
1 parent d12ea1f commit 0142f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/allocations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ end

@testset "Normal sparse" begin
# see https://discourse.julialang.org/t/why-does-mul-u-a-v-allocate-when-a-is-sparse-and-u-v-are-views/105995
@test_skip test_allocations(rand_gaussian_hmm_1d(N; sparse_trans=true); T)
test_allocations(rand_gaussian_hmm_1d(N; sparse_trans=true); T)
end

@testset "LightDiagNormal" begin
Expand Down

0 comments on commit 0142f6d

Please sign in to comment.