Changed default values of W and kappa for coregionalisation kernel. Changed names of keyword arguments from Nout and R to output_dim and rank.

This commit is contained in:
Neil Lawrence 2013-08-27 10:53:32 +02:00
parent b83d99cb3c
commit a61feb17a5
6 changed files with 330 additions and 235 deletions

View file

@ -283,6 +283,7 @@ try:
import gpxpy
import gpxpy.gpx
gpxpy_available = True
except ImportError:
gpxpy_available = False