Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DynareJulia
KalmanFilterTools.jl
Commits
65c1f3a8
Commit
65c1f3a8
authored
Nov 18, 2019
by
MichelJuillard
Browse files
fixed bug in tests
parent
820df31e
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_kalman_base.jl
View file @
65c1f3a8
...
...
@@ -185,7 +185,7 @@ c = randn(ny)
vc
=
view
(
c
,
1
:
ny
)
vZ
=
view
(
Z
,
1
:
ny
,
:
)
va
=
view
(
a_0
,
:
)
full_data_pattern
.
=
[
collect
(
1
:
ny
)]
full_data_pattern
=
[
collect
(
1
:
ny
)]
pattern
=
full_data_pattern
[
1
]
KalmanFilterTools
.
get_v!
(
vv
,
y
,
vc
,
vZ
,
va
,
1
,
pattern
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment