summaryrefslogtreecommitdiff
path: root/feature.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 /feature.rb
parent16fdf49682898277566978a11df5e4d1ca7011c3 (diff)
lazar model from ambit datasets
Diffstat (limited to 'feature.rb')
-rw-r--r--feature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/feature.rb b/feature.rb
index 7ed600c..523688f 100644
--- a/feature.rb
+++ b/feature.rb
@@ -25,7 +25,7 @@ class FeatureTest < Test::Unit::TestCase
def test_owl
#@features.each do |uri|
- validate_owl @features.first, @@subjectid
+ validate_owl @features.first, @@subjectid unless CONFIG[:services]["opentox-dataset"].match(/localhost/)
# Ambit does not validate
#end
end