Skip to content

Commit

Permalink
unpack parameter list
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Aug 27, 2011
1 parent 8afdbf1 commit a0cc726
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,5 +26,5 @@ def kernel_gaussian_modular(fm_train_real=traindat,fm_test_real=testdat, width=1

if __FILE__ == $0 then
puts 'Gaussian'
kernel_gaussian_modular(traindat, testdat, 1.3)
kernel_gaussian_modular(*parameter_list[0])
end

0 comments on commit a0cc726

Please sign in to comment.