Merge branch 'deploy' into devel

This commit is contained in:
Zhenwen Dai 2023-04-21 17:45:58 +01:00 committed by GitHub
commit 1d574f68b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -721,6 +721,7 @@ def multioutput_gp_with_derivative_observations(plot=True):
likelihood_list=[gauss, gauss_der], likelihood_list=[gauss, gauss_der],
) )
# Optimize the model # Optimize the model
m.optimize(messages=0, ipython_notebook=False) m.optimize(messages=0, ipython_notebook=False)

View file

@ -3,7 +3,7 @@ environment:
secure: 8/ZjXFwtd1S7ixd7PJOpptupKKEDhm2da/q3unabJ00= secure: 8/ZjXFwtd1S7ixd7PJOpptupKKEDhm2da/q3unabJ00=
COVERALLS_REPO_TOKEN: COVERALLS_REPO_TOKEN:
secure: d3Luic/ESkGaWnZrvWZTKrzO+xaVwJWaRCEP0F+K/9DQGPSRZsJ/Du5g3s4XF+tS secure: d3Luic/ESkGaWnZrvWZTKrzO+xaVwJWaRCEP0F+K/9DQGPSRZsJ/Du5g3s4XF+tS
gpy_version: 1.10.0 gpy_version: 1.12.0
matrix: matrix:
- PYTHON_VERSION: 3.5 - PYTHON_VERSION: 3.5
MINICONDA: C:\Miniconda35-x64 MINICONDA: C:\Miniconda35-x64