Skip to content

Commit

Permalink
Update parameters docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder committed Aug 15, 2024
1 parent e6b83f9 commit dac4553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpjax/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def transform(
>>> transformed_params = transform(params, params_bijection)
>>> transformed_params["a"]
PositiveReal(
raw_value=Array([1.3132617], dtype=float32),
value=Array([1.3132617], dtype=float32),
_tag='positive'
)
```
Expand Down

0 comments on commit dac4553

Please sign in to comment.