Skip to content

Commit

Permalink
updated to remove lts
Browse files Browse the repository at this point in the history
  • Loading branch information
dev10110 committed Aug 20, 2024
1 parent 470858c commit 5d324be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
matrix:
version:
- '1.10'
- 'lts'
- 'pre'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion test/tests/kf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end
for N=1:5
x = @SVector randn(N)
sqrtP = @SMatrix randn(N, N)
P = sqrtP * sqrtP' + I
P = sqrtP' * sqrtP + I
s = KFState=x, Σ=P)

@test μ(s) x
Expand Down

0 comments on commit 5d324be

Please sign in to comment.