Skip to content

Commit

Permalink
fixed kernel tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Banisch committed Nov 28, 2017
1 parent 56d96f5 commit 1652cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_neighborlists(self, k, neighbor_params):

# Construct kernel matrix.
mykernel = kernel.Kernel(type='gaussian', metric='euclidean',
epsilon=1., k=k, neighbor_params=neighbor_params)
epsilon=1., k=k0, neighbor_params=neighbor_params)
mykernel.fit(x_values)
K_matrix = mykernel.compute(x_values)

Expand Down

0 comments on commit 1652cc8

Please sign in to comment.