Commit graph

5847 commits

Author SHA1 Message Date
Martin Bubel
de670f8bcb migrate quadrature_tests to pytest 2023-10-10 19:50:44 +02:00
Martin Bubel
97741d6b41 format on save 2023-10-10 19:49:55 +02:00
Martin Bubel
65d919da06 migrate prior_tests to pytest 2023-10-10 19:49:25 +02:00
Martin Bubel
4e5a4fc605 format on save 2023-10-10 19:47:30 +02:00
Martin Bubel
aac3fb1c44 migrate plotting_tests to pytest 2023-10-10 19:47:10 +02:00
Martin Bubel
e4ea3bc8b2 migrate pickle_tests to pytest 2023-10-10 19:39:19 +02:00
Martin Bubel
1464c1253f format on save 2023-10-10 18:56:36 +02:00
Martin Bubel
b81fe8aaeb migrate pep_tests to pytest 2023-10-10 18:56:16 +02:00
Martin Bubel
1df86e2216 format on save 2023-10-10 18:54:02 +02:00
Martin Bubel
b0c5e137a2 migrate mpi_tests to pytest 2023-10-10 18:49:10 +02:00
Martin Bubel
1d7504fdfb format on save 2023-10-10 18:48:06 +02:00
Martin Bubel
247b84e90b migrate model_tests to pytest 2023-10-09 00:01:46 +02:00
Martin Bubel
6e497b71ee format on save 2023-10-08 23:43:55 +02:00
Martin Bubel
f95fff1f78 migrate misc_tests to pytest 2023-10-08 23:43:26 +02:00
Martin Bubel
3695763a5d format on save 2023-10-08 23:42:10 +02:00
Martin Bubel
4685d10463 migrate minibatch_tests to pytest 2023-10-08 23:41:44 +02:00
Martin Bubel
4070fd68ff format on save 2023-10-08 23:29:28 +02:00
Martin Bubel
4d66d8b34f migrate meanfunc_test to pytest 2023-10-08 23:29:01 +02:00
Martin Bubel
3935b7203e format on save 2023-10-06 18:59:10 +02:00
Martin Bubel
c20a361179 migrate mapping_tests to pytest 2023-10-06 18:58:00 +02:00
Martin Bubel
618f35531d format on save 2023-10-06 18:56:50 +02:00
Martin Bubel
7340cf7f7f migrate link_function_tests to pytest 2023-10-06 18:56:26 +02:00
Martin Bubel
393f9938ea format on save 2023-10-06 18:52:02 +02:00
Martin Bubel
ef7d2f299c migrate linalg test to pytest 2023-10-06 18:51:48 +02:00
Martin Bubel
8af7c8286c format on save 2023-10-06 18:50:55 +02:00
Martin Bubel
58f61d5a5c migrate likelihood_tests to pytest 2023-10-06 18:50:21 +02:00
Martin Bubel
4df152048c format on save 2023-10-06 18:28:35 +02:00
Martin Bubel
b9df83a4d2 migrate kernel_tests to pytest 2023-10-06 08:54:48 +02:00
Martin Bubel
a02f4039fa format on save 2023-10-06 08:16:56 +02:00
Martin Bubel
03fcf7311d mirgrate inference_tests to pytest 2023-10-06 08:16:39 +02:00
Martin Bubel
0b92d3a57c format on save 2023-10-06 08:13:42 +02:00
Martin Bubel
779f31da9c migrate grid tests to pytest 2023-10-06 08:13:24 +02:00
Martin Bubel
2568201d1b format on save 2023-10-06 08:12:38 +02:00
Martin Bubel
6fcb9e48fd migrate gpy_kernsl-state_space_tests 2023-10-06 08:06:52 +02:00
Martin Bubel
d88ff47e37 format on save 2023-10-04 21:37:35 +02:00
Martin Bubel
d0c65eaa28 migrate gp_tests to pytest 2023-10-04 21:37:21 +02:00
Martin Bubel
9263f572eb format on save 2023-10-04 21:35:48 +02:00
Martin Bubel
59657bc49d migrate fitc to pytest 2023-10-04 21:35:09 +02:00
Martin Bubel
ba1c5d8b49 format on save 2023-10-04 21:25:16 +02:00
Martin Bubel
d82100278b migrate examples_tests to pytest 2023-10-04 21:24:08 +02:00
Martin Bubel
f48837e01d format on save 2023-10-04 21:16:50 +02:00
Martin Bubel
2eb237f656 update ep_likelihood_tests 2023-10-04 21:16:20 +02:00
Martin Bubel
4d41594e18 migrate ep_likelihood_test to pytest 2023-10-04 20:42:54 +02:00
Martin Bubel
1e5dd36bc7 format on save 2023-10-04 20:38:20 +02:00
Martin Bubel
4edfff6596 migrate cython test to pytest 2023-10-04 20:37:49 +02:00
Martin Bubel
1dc7e90cd9 format on save 2023-10-04 20:30:15 +02:00
Martin Bubel
c82ef3b3a1 update gitignore 2023-10-04 20:27:22 +02:00
Martin Bubel
279f8e83f1
Merge pull request #1017 from cycl0n3sab3r/devel
replace `np.int` with `np.int64`
2023-10-04 08:04:46 +02:00
Jeremy Sanders
c22b5294bf
Rerun with cython 0.29.35 to fix Python 3.11 compatibility issues (#1020) 2023-09-23 12:59:59 -04:00
mgranit
9c1db7aa34
Enhance multioutput grad obs (#995)
* multiplied RBF kernels can now be used with gradient observations

* standard periodic kernels can now be used with gradient observations

* predictive gradients (derivatives of posterior means and variances) can now be calculated when using gradient observations

* simplified and commented RBF & StdP kernel derivatives

* updated kernel slicing and commented prod kernel derivatives

* removed caching from stdp kern, as it breaks optimization for some reason

* fixed hyperparameter optimization for prod kernel

* improved code readability

* added unit tests for gradient observing MultioutputGP models

* added predictions check to unit tests

* bugfix for multioutput_kern

* improved testing coverage

* reduced size of some tests; led to an issue in an unrelated test

* updated testing

* added gradient MultioutputGP prod kernel example

* added keywords and plotting to example
2023-09-21 09:53:42 -04:00