JaxGaussianProcesses / JaxKern

Kernel functions in JAX.
MIT License
7 stars 3 forks source link

Change from `_initialise_params` to `init_params` convention. #34

Closed daniel-dodd closed 1 year ago

daniel-dodd commented 1 year ago

This is in light of JaxGaussianProcesses/GPJax#172

Depreciates ._initialise_params(key) to .init_params(key).

thomaspinder commented 1 year ago

@Daniel-Dodd any idea why all the tests are failing?

daniel-dodd commented 1 year ago

@Daniel-Dodd any idea why all the tests are failing?

Looks like its another cache issue? Like we had in GPJax.

thomaspinder commented 1 year ago

@Daniel-Dodd any idea why all the tests are failing?

Looks like its another cache issue? Like we had in GPJax.

No - test_dtype is failing here.