Skip to content

Commit

Permalink
Merge pull request #4 from NTIA/mpinsonDevBranch
Browse files Browse the repository at this point in the history
improve bug reporting
  • Loading branch information
jodumkeNTIA authored Feb 12, 2020
2 parents b891257 + dd08e3a commit baf1fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calculate_NRpars.m
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@
tmp = [tmp sprintf('- calculating ''%s'' features\n', feature_function('group'))];
tmp = [tmp sprintf('- mode ''pars'' returned %d values, but mode ''pixels'' returns %d parameter names\n', ...
length(values), length(feature_function('parameter_names')))];
tmp = [tmp sprintf('- Note: make sure your parameters are stored in a vector and not a cell array\n')];

% delete parameter file, which may also contain this error
delete(parfile);
Expand Down

0 comments on commit baf1fb0

Please sign in to comment.