Skip to content
Snippets Groups Projects
Commit 021b9dbb authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

identication.checks.m: remove wrong condition

parent daecd1f7
Branches
Tags
No related merge requests found
...@@ -170,7 +170,7 @@ end ...@@ -170,7 +170,7 @@ end
jweak = zeros(1,param_nbr); jweak = zeros(1,param_nbr);
jweak_pair = zeros(param_nbr,param_nbr); jweak_pair = zeros(param_nbr,param_nbr);
if test_flag ~= 0 || test_flag ~= 0 if test_flag ~= 0
% these tests only apply to Jacobians, not to Gram matrices, i.e. Hessian-type or 'covariance' matrices % these tests only apply to Jacobians, not to Gram matrices, i.e. Hessian-type or 'covariance' matrices
Pco = NaN(param_nbr,param_nbr); Pco = NaN(param_nbr,param_nbr);
for ii = 1:size(Xparnonzero,2) for ii = 1:size(Xparnonzero,2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment