summaryrefslogtreecommitdiff
path: root/algorithm.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-04-05 19:05:59 +0200
committerChristoph Helma <helma@in-silico.ch>2011-04-05 19:05:59 +0200
commit4a3babce16c811ba3044c460533707b469b3c263 (patch)
treed5c690fadabc7375300f1a3eda92c8beecb223d3 /algorithm.rb
parent16fdf49682898277566978a11df5e4d1ca7011c3 (diff)
lazar model from ambit datasets
Diffstat (limited to 'algorithm.rb')
-rw-r--r--algorithm.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/algorithm.rb b/algorithm.rb
index 650a6df..772979b 100644
--- a/algorithm.rb
+++ b/algorithm.rb
@@ -20,8 +20,7 @@ class AlgorithmTest < Test::Unit::TestCase
def test_metadata
@algorithms.each do |algorithm|
- #puts algorithm
- validate_owl(algorithm, @@subjectid)
+ validate_owl(algorithm, @@subjectid) unless CONFIG[:services]["opentox-algorithm"].match(/localhost/)
end
end