summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-02-19 11:28:29 +0100
committermguetlein <martin.guetlein@gmail.com>2011-02-19 11:28:29 +0100
commite77fd138b4de5e467ded21ef075828e2b04e7928 (patch)
treebfbf27fae3084681110e3bd32c30792f0b3df250 /lib
parent299552130b7deb821f7de544f153a9ebf00929db (diff)
add subject-id to to-html, minor changes
Diffstat (limited to 'lib')
-rwxr-xr-xlib/ot_predictions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ot_predictions.rb b/lib/ot_predictions.rb
index 9b1ee51..116b4db 100755
--- a/lib/ot_predictions.rb
+++ b/lib/ot_predictions.rb
@@ -51,7 +51,6 @@ module Lib
"available features are: "+test_target_dataset.features.inspect if test_target_dataset.features.keys.index(prediction_feature)==nil
end
- test_dataset.load_all(subjectid)
@compounds = test_dataset.compounds
LOGGER.debug "test dataset size: "+@compounds.size.to_s
raise "test dataset is empty "+test_dataset_uri.to_s unless @compounds.size>0