Skip to content
Snippets Groups Projects
Commit 28d98543 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

bug fix: wrong index used in test

parent cabf4bba
Branches
Tags
No related merge requests found
......@@ -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(' ...
name1 ').range_index for label' range_label]);
num2str(subsamples_indx) ').range_index for label ' range_label]);
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment