Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsomix committed Apr 8, 2012
1 parent c5c7117 commit 126a1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/undocumented/python_modular/kernel_custom_modular.py
@@ -1,9 +1,9 @@
from numpy.random import seed
seed(42)

parameter_list=[[3],[3]]
parameter_list=[[7],[8]]

def kernel_custom_modular (dim=1):
def kernel_custom_modular (dim=7):
from numpy.random import rand, seed
from numpy import array, float32
from shogun.Features import RealFeatures
Expand Down

0 comments on commit 126a1de

Please sign in to comment.