summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index f30361e..4fb647f 100644
--- a/application.rb
+++ b/application.rb
@@ -38,7 +38,6 @@ get '/predict/?' do
@existing_datasets = dataset_storage
@models = Model::Validation.all
@models = @models.delete_if{|m| m.model.name =~ /\b(Net cell association)\b/}
- #endpoints = @models.collect{|m| m.endpoint =~ /LOAEL/ ? m.endpoint+" (lazar)" : m.endpoint}
endpoints = @models.collect{|m| m.endpoint if m.endpoint != "Mutagenicity"}.compact
endpoints << "Oral toxicity (Cramer rules)"
endpoints << "Lowest observed adverse effect level (LOAEL) (Mazzatorta)"