Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Nov 2, 2023
1 parent c496b88 commit fd50a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvgp/fvgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def _transform_index_set(self, x_data, y_data, noise_variances, output_positions
return new_points, new_values, new_variances

################################################################################################
def _default_multi_task_kernel(self,x1,x2,hps,obj):
def _default_multi_task_kernel(self, x1, x2, hps, obj): # pragma: no cover
signal_var = hps[0]
length_scale = hps[1]
hps_nn = hps[2:]
Expand Down

0 comments on commit fd50a85

Please sign in to comment.