Skip to content

Commit

Permalink
version correction
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed May 5, 2023
1 parent 8053006 commit bb6591f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fvgp/fvgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ def update_fvgp_data(
The values of the data points. Shape (V,output_number).
value_positions : np.ndarray, optional
A 3-D numpy array of shape (U x output_number x output_dim), so that for each measurement position, the outputs
are clearly defined by their positions in the output space. The default is np.array([[0],[1],[2],[3],...,[output_number - 1]]) for each
are clearly defined by their positions in the output space.
The default is np.array([[0],[1],[2],[3],...,[output_number - 1]]) for each
point in the input space. The default is only permissible if output_dim is 1.
variances : np.ndarray, optional
An numpy array defining the uncertainties in the data `values`. Shape (V x 1) or (V). Note: if no
Expand Down

0 comments on commit bb6591f

Please sign in to comment.