Skip to content

Commit

Permalink
fix default params for mnngraph
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Nov 17, 2018
1 parent a46804a commit 6252eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_mnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def test_set_params():
'kernel_symm': 'theta',
'theta': 0.5,
'beta': 1,
'adaptive_k': 'sqrt',
'adaptive_k': None,
'knn': 3,
'decay': 10,
'bandwidth': None,
Expand Down

0 comments on commit 6252eb1

Please sign in to comment.