summaryrefslogtreecommitdiff
path: root/lib/model.rb
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-05-14 12:08:16 +0200
committermguetlein <martin.guetlein@gmail.com>2010-05-14 12:08:16 +0200
commit5d0d82a2d8eaf1f13db84ba8b5beffaede5bc50a (patch)
treecb87113153d915ec470a726b462d8937955f7658 /lib/model.rb
parent61475e273035cb1128033d57ff464a00585281f2 (diff)
add model to classfication? hack
Diffstat (limited to 'lib/model.rb')
-rw-r--r--lib/model.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/model.rb b/lib/model.rb
index 9573450..3553919 100644
--- a/lib/model.rb
+++ b/lib/model.rb
@@ -67,7 +67,7 @@ module OpenTox
return false
elsif @uri =~/tu-muenchen/ and @title =~ /regression|M5P|GaussP/
return false
- elsif @uri =~/ambit2/ and @title =~ /pKa/ || @title =~ /Regression/
+ elsif @uri =~/ambit2/ and @title =~ /pKa/ || @title =~ /Regression|Caco/
return false
elsif @uri =~/majority/
return (@uri =~ /class/) != nil