summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-08-25 12:27:32 +0200
committerChristoph Helma <helma@in-silico.ch>2010-08-25 12:27:32 +0200
commitc499e94395f91aeb52ee36d755a4958a9b7942ae (patch)
tree7fdb1614388f1afcfcb16181ef899673504ba2b7
parent44bc4cb89e60467ab06c2ab58d6368c6d7708c86 (diff)
initial version for quantitative features
-rw-r--r--application.rb1
-rw-r--r--lazar.rb1
2 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index b892201..0cec82a 100644
--- a/application.rb
+++ b/application.rb
@@ -23,6 +23,7 @@ end
DataMapper.auto_upgrade!
require 'lazar.rb'
+require 'property_lazar.rb'
helpers do
diff --git a/lazar.rb b/lazar.rb
index 83f926d..7d2198a 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -54,7 +54,6 @@ class Lazar < Model
sims << OpenTox::Utils.gauss(sim)
#TODO check for 0 s
acts << Math.log10(act.to_f)
- #acts << act.to_f
neighbor_matches[i] = matches
i+=1
end