Skip to content

Commit

Permalink
bug fix in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Dec 5, 2023
1 parent 85ab5ee commit e01fdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gpCAM.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def instrument2(data, instrument_dict=None):
return data

def mt_kernel(x1,x2,hps,obj):
d = obj._get_distance_matrix(x1,x2)
d = obj.get_distance_matrix(x1,x2)
return np.exp(-d)


Expand Down

0 comments on commit e01fdcc

Please sign in to comment.