summaryrefslogtreecommitdiff
path: root/lazar.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-06-15 14:34:33 +0200
committerChristoph Helma <helma@in-silico.ch>2011-06-15 14:34:33 +0200
commitb5f871510bbccf1179f639c85ac64a28695fc03e (patch)
tree249e946e8adf03cb2f534a051de42448d872c455 /lazar.rb
parente0dccc2e19ad7deefe996e4be1f823edf563f043 (diff)
parentf0848668d330d31d7a6a3bb1959b51d4babfce2a (diff)
Merge branch 'hotfix/v2.0.1' into development
Conflicts: fminer.rb lazar.rb toxcreate.rb
Diffstat (limited to 'lazar.rb')
-rw-r--r--lazar.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lazar.rb b/lazar.rb
index b5de8aa..b60794c 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -29,7 +29,6 @@ class LazarTest < Test::Unit::TestCase
validate_owl model_uri,@@subjectid
lazar = OpenTox::Model::Lazar.find model_uri, @@subjectid
@models << lazar
- assert_equal 219, lazar.features.size
compound = OpenTox::Compound.from_smiles("c1ccccc1NN")
prediction_uri = lazar.run(:compound_uri => compound.uri, :subjectid => @@subjectid).to_s
prediction = OpenTox::LazarPrediction.find(prediction_uri, @@subjectid)
@@ -153,6 +152,7 @@ class LazarTest < Test::Unit::TestCase
end
+=begin
def test_ambit_classification_model
# create model
@@ -194,7 +194,6 @@ class LazarTest < Test::Unit::TestCase
# dataset prediction
#@lazar.delete(@@subjectid)
end
-=begin
=end
end