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
28d98543
Commit
28d98543
authored
Apr 03, 2012
by
Houtan Bastani
Browse files
bug fix: wrong index used in test
parent
cabf4bba
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/get_subsamples_range_indx.m
View file @
28d98543
...
...
@@ -37,7 +37,7 @@ global estimation_info
range_indx
=
find
(
strcmp
(
range_label
,
estimation_info
.
subsamples
(
subsamples_indx
)
.
range_index
)
==
1
);
if
size
(
subsamples
_indx
,
2
)
~=
1
if
size
(
range
_indx
,
2
)
~=
1
error
([
'Error: Index not found in estimation_info.subsamples('
...
n
ame1
').range_index for label'
range_label
]);
n
um2str
(
subsamples_indx
)
').range_index for label
'
range_label
]);
end
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