summaryrefslogtreecommitdiff
path: root/lib/ot_predictions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ot_predictions.rb')
-rwxr-xr-xlib/ot_predictions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ot_predictions.rb b/lib/ot_predictions.rb
index b0e9720..0b40e97 100755
--- a/lib/ot_predictions.rb
+++ b/lib/ot_predictions.rb
@@ -59,7 +59,7 @@ module Lib
test_dataset.load_all(subjectid)
@compounds = test_dataset.compounds
LOGGER.debug "test dataset size: "+@compounds.size.to_s
- raise "test dataset is empty" unless @compounds.size>0
+ raise "test dataset is empty "+test_dataset_uri.to_s unless @compounds.size>0
class_values = feature_type=="classification" ? OpenTox::Feature.new(prediction_feature).domain : nil
actual_values = []