Skip to content

Commit

Permalink
Merge pull request #5 from vcuculo/patch-1
Browse files Browse the repository at this point in the history
fix iteration over modalities
  • Loading branch information
adamian authored Jun 16, 2017
2 parents e8ee3c8 + 7c1f6e5 commit 480201f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vargplvm/matlab/svargplvmPredictLatent.m
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
if ~miniGiven
tmpYtr = [];
y_star = [];
for jj=1:obsMod
for jj=obsMod
y_star = [y_star Yts{jj}(i, :)];
tmpYtr = [tmpYtr model.comp{jj}.y];
end
Expand All @@ -114,4 +114,4 @@
varx_star_all(i,:) = varx_star;
end
fprintf(1, '\n');
end
end

0 comments on commit 480201f

Please sign in to comment.