Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Jun 10, 2024
1 parent eecb96c commit 2e18515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvgp/gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def __init__(
)
self.x_data = self.data.x_data
self.y_data = self.data.y_data
self.index_set_dim = prior.index_set_dim
self.index_set_dim = self.prior.index_set_dim

def update_gp_data(
self,
Expand Down

0 comments on commit 2e18515

Please sign in to comment.