Skip to content

Commit a890d06

Browse files
authored
Merge pull request #52 from gpstuff-dev/gp_ia-fix
A bug fix concerning CCD integration in case of predictions to new po…
2 parents 2c5038b + 109ea7f commit a890d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gp/gp_ia.m

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691
% predictions if needed
692692
for i1 = 1 : size(th,1)
693693
[Ef_grid(i1,:), Varf_grid(i1,:)]=...
694-
fh_p(gp,x,y,xt,options);
694+
fh_p(gp_array{i1},x,y,xt,options);
695695
end
696696
end
697697

0 commit comments

Comments
 (0)