GPy/GPy/core
Yixin Lin 0a9893e839
Fix rank>0 thread exiting during SparseGP multiprocessing (#731)
If you run mpiexec -n 2 on any code to try to use MPI multiprocessing for SparseGPRegression, it crashes (see #618) because the rank>1 processes do not have ret defined.
2022-04-17 09:25:17 -07:00
..
parameterization to_dict() and from_dict() functionality for Coregionalize Kernel and MixedNoise Likelihood class, appveyor CI resurrected (#951) 2021-12-09 14:14:27 -05:00
__init__.py maint: Wrap very long lines (> 400 chars) 2020-06-24 16:22:19 +01:00
gp.py to_dict() and from_dict() functionality for Coregionalize Kernel and MixedNoise Likelihood class, appveyor CI resurrected (#951) 2021-12-09 14:14:27 -05:00
gp_grid.py Use super().__init__ consistently, instead of sometimes calling base class __init__ directly 2020-06-18 15:32:59 +02:00
mapping.py Serialization: Add docstrings 2018-06-07 09:52:13 +01:00
model.py Serialization: Add docstrings 2018-06-07 09:52:13 +01:00
sparse_gp.py Use super().__init__ consistently, instead of sometimes calling base class __init__ directly 2020-06-18 15:32:59 +02:00
sparse_gp_mpi.py Fix rank>0 thread exiting during SparseGP multiprocessing (#731) 2022-04-17 09:25:17 -07:00
svgp.py [svgp] python 3.x fix for next 2016-02-29 14:33:33 +00:00
symbolic.py Python2->Python3 2016-06-09 14:50:53 +03:00