summaryrefslogtreecommitdiff
path: root/test/test_examples.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_examples.rb')
-rwxr-xr-xtest/test_examples.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/test_examples.rb b/test/test_examples.rb
index 9476ed7..3c6f00e 100755
--- a/test/test_examples.rb
+++ b/test/test_examples.rb
@@ -188,11 +188,7 @@ module ValidationExamples
class LazarHamsterTrainingTest < HamsterTrainingTest
def initialize
@algorithm_uri = File.join(CONFIG[:services]["opentox-algorithm"],"lazar")
-<<<<<<< HEAD
- @algorithm_params = "feature_generation_uri="+File.join(CONFIG[:services]["opentox-algorithm"],"fminer")
-=======
@algorithm_params = "feature_generation_uri="+File.join(CONFIG[:services]["opentox-algorithm"],"fminer/bbrc")
->>>>>>> mguetlein/test
super
end
end
@@ -220,11 +216,7 @@ module ValidationExamples
class LazarHamsterCrossvalidation < HamsterCrossvalidation
def initialize
@algorithm_uri = File.join(CONFIG[:services]["opentox-algorithm"],"lazar")
-<<<<<<< HEAD
- @algorithm_params = "feature_generation_uri="+File.join(CONFIG[:services]["opentox-algorithm"],"fminer")
-=======
@algorithm_params = "feature_generation_uri="+File.join(CONFIG[:services]["opentox-algorithm"],"fminer/bbrc")
->>>>>>> mguetlein/test
super
end
end