Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion gpyreg/f_min_fill.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module for helper functions for GP training."""

import operator
import re
import warnings
Expand Down Expand Up @@ -195,7 +196,7 @@ def uuinv(p, B, w):
1D array or list containing [LB, PLB, PUB, UB].
w : float
The coefficient for mixture of uniform distributions.
:math: `0 \leq w \leq 1`.
:math: `0 \\leq w \\leq 1`.

Returns
-------
Expand Down