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
Dóra Kocsis
dynare
Commits
6f8aed51
Commit
6f8aed51
authored
Mar 27, 2013
by
Stéphane Adjemian
Browse files
Fixed numbering of the unitary tests in @dynSeries/subsasgn method.
parent
974e8b1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynSeries/subsasgn.m
View file @
6f8aed51
...
...
@@ -236,9 +236,9 @@ A = merge(A,B);
%
$
t
(
7
)
=
dyn_assert
(
ts1
.
data
,[
A
(
:
,
1
),
A
(
:
,
2
),
A
(
:
,
3
),
B
(
:
,
2
)],
1e-15
);
%
$
end
%
$
T
=
all
(
t
);
%
@eof
:
6
%
@eof
:
7
%
@test
:
7
%
@test
:
8
%
$
%
Define
a
datasets
.
%
$
A
=
rand
(
10
,
3
);
B
=
rand
(
10
,
1
);
%
$
...
...
@@ -265,9 +265,9 @@ A = merge(A,B);
%
$
t
(
8
)
=
dyn_assert
(
ts1
.
data
,[
A
,
B
],
1e-15
);
%
$
end
%
$
T
=
all
(
t
);
%
@eof
:
7
%
@eof
:
8
%
@test
:
8
%
@test
:
9
%
$
%
Define
a
datasets
.
%
$
A
=
rand
(
10
,
3
);
B
=
rand
(
10
,
2
);
%
$
...
...
Write
Preview
Supports
Markdown
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