You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Initialise the stateful parameters of any GPJax object. This function also returns the trainability status of each parameter and set of bijectors that allow parameters to be constrained and unconstrained."""
39
39
ifkeyisNone:
40
-
warn("No PRNGKey specified. Defaulting to seed 123.")
40
+
warn("No PRNGKey specified. Defaulting to seed 123.", UserWarning, stacklevel=2)
0 commit comments