summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-02-13 13:44:26 +0100
committermguetlein <martin.guetlein@gmail.com>2011-02-13 13:44:26 +0100
commitadaea8a18537d6a436d2d41427c7ef2fda1156cc (patch)
tree65beff712f099e2c0c98a5578154adeeb01cb5be /lib
parent38c437943716bba2b634edac26e949f60f47463d (diff)
remove ambit hack again, nina fixed it
Diffstat (limited to 'lib')
-rwxr-xr-xlib/ot_predictions.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/ot_predictions.rb b/lib/ot_predictions.rb
index a3d0d11..537f0b8 100755
--- a/lib/ot_predictions.rb
+++ b/lib/ot_predictions.rb
@@ -90,14 +90,6 @@ module Lib
end
end
- #AMBIT HACK
- if @compounds[0]=~/ambit/ and @compounds[0]=~/conformer/
- LOGGER.warn "AMBIT HACK, removing conformer endings in test-datset"
- @compounds.each do |c|
- c.gsub!(/\/conformer.*/,"")
- end
- end
-
raise "more predicted than test compounds test:"+@compounds.size.to_s+" < prediction:"+
prediction_dataset.compounds.size.to_s if @compounds.size < prediction_dataset.compounds.size
if CHECK_VALUES