summaryrefslogtreecommitdiff
path: root/nightly
diff options
context:
space:
mode:
Diffstat (limited to 'nightly')
-rw-r--r--nightly/nightly.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/nightly/nightly.rb b/nightly/nightly.rb
index 9f77d86..c73926a 100644
--- a/nightly/nightly.rb
+++ b/nightly/nightly.rb
@@ -19,7 +19,7 @@ class Nightly
task_uri = OpenTox::Task.as_task() do
LOGGER.info("Building nightly report")
- benchmarks = [ HamsterTrainingTestBenchmark.new,
+ benchmarks = [ #HamsterTrainingTestBenchmark.new,
HamsterCrossvalidationBenchmark.new,
#MiniRegressionBenchmark.new,
#CacoModelsRegressionBenchmark.new,
@@ -403,10 +403,10 @@ class Nightly
def build()
@algs = [
File.join(@@config[:services]["opentox-majority"],["/class/algorithm"]),
- File.join(@@lazar_server,"lazar"),
+ #File.join(@@lazar_server,"lazar"),
#"http://ot-test.in-silico.ch/algorithm/lazar",
- File.join(@@config[:services]["opentox-majority"],["/class/algorithm"]),
- File.join(@@config[:services]["opentox-majority"],["/class/algorithm"]),
+ #File.join(@@config[:services]["opentox-majority"],["/class/algorithm"]),
+ #File.join(@@config[:services]["opentox-majority"],["/class/algorithm"]),
]
@alg_params = [
nil,