Skip to content

Commit

Permalink
Fix xdoctest
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder committed Aug 16, 2024
1 parent 2d323b2 commit 5b9f058
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions gpjax/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ def transform(
>>> )
>>> params_bijection = {'positive': tfb.Softplus()}
>>> transformed_params = transform(params, params_bijection)
>>> transformed_params["a"]
PositiveReal(
value=Array([1.3132617], dtype=float32),
_tag='positive'
)
>>> print(transformed_params["a"].value)
[1.3132617]
```
Expand Down

0 comments on commit 5b9f058

Please sign in to comment.