summaryrefslogtreecommitdiff
path: root/lib/predictions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/predictions.rb')
-rwxr-xr-xlib/predictions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/predictions.rb b/lib/predictions.rb
index 2e90885..6c0e996 100755
--- a/lib/predictions.rb
+++ b/lib/predictions.rb
@@ -276,7 +276,7 @@ module Lib
end
end
end
- puts tp_conf.inspect+"\n"+fp_conf.inspect+"\n\n"
+ #puts tp_conf.inspect+"\n"+fp_conf.inspect+"\n\n"
return 0.0 if tp_conf.size == 0
return 1.0 if fp_conf.size == 0