summaryrefslogtreecommitdiff
path: root/lazar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lazar.rb')
-rw-r--r--lazar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazar.rb b/lazar.rb
index 8056c89..20d169f 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -71,7 +71,7 @@ post '/lazar/?' do
halt 404, "External feature generation services not yet supported"
end
feature_dataset_uri = OpenTox::Algorithm::Generic.new(feature_generation_uri).run(params).to_s
- training_features = OpenTox::Dataset.new(feature_dataset_uri)
+ training_features = OpenTox::Dataset.new(feature_dataset_uri, lazar.token_id)
end
training_features.load_all