Skip to content

Commit

Permalink
don't require pry
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Aug 22, 2011
1 parent a715fc7 commit e7aed82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/ruby_modular/modshogun.rb
Expand Up @@ -3,7 +3,7 @@

# for debugging purposes...
require 'rubygems'
require "pry"
# require "pry"

def LoadMatrix(filename, type = :numbers)
case type
Expand Down Expand Up @@ -159,4 +159,4 @@ def ary_fill num, dist=0
ary << randn + dist
end
return ary
end
end

0 comments on commit e7aed82

Please sign in to comment.