summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-05-12 10:10:22 +0200
committermguetlein <martin.guetlein@gmail.com>2010-05-12 10:10:22 +0200
commit8db020dc98a2a32b8f6fd69e05019ebc19fcb8f9 (patch)
tree900b4e005e44ad9e75942e3e531791f2b59fe636 /lib
parent73d2b2159347d5d2fe4cf9f4a5af0c598707993b (diff)
add ambit regression model
Diffstat (limited to 'lib')
-rw-r--r--lib/model.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/model.rb b/lib/model.rb
index 74bb598..8c4614f 100644
--- a/lib/model.rb
+++ b/lib/model.rb
@@ -73,7 +73,7 @@ module OpenTox
return false
elsif @uri =~/tu-muenchen/ and @title =~ /regression|M5P|GaussP/
return false
- elsif @uri =~/ambit2/ and @title =~ /pKa/
+ elsif @uri =~/ambit2/ and @title =~ /pKa/ || @title =~ /Regression/
return false
elsif @uri =~/majority/
return (@uri =~ /class/) != nil