Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
willtebbutt committed Sep 27, 2024
1 parent 0391be3 commit 70a8b1d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test/models/lgssm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@ println("lgssm:")
end

# Run standard battery of LGSSM tests.
test_interface(
rng, model;
rtol=1e-5,
atol=1e-5,
max_primal_allocs=25,
max_forward_allocs=25,
max_backward_allocs=25,
check_allocs=storage.val isa SArrayStorage,
)
test_interface(rng, model; check_allocs=false)
end
end

0 comments on commit 70a8b1d

Please sign in to comment.