summaryrefslogtreecommitdiff
path: root/test/setup.rb
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-05-04 09:45:05 +0000
committergebele <gebele@in-silico.ch>2018-05-04 09:45:05 +0000
commitc57ae4ce01e0f0a135db7c22d4d4284c217df57f (patch)
treebf947d790eb4158dcb8745c49e4e137015c92f2e /test/setup.rb
parentfe0c95d26da042f99441a114b34fc0ecd3a40601 (diff)
parente1c8e082e19917c208b53edcb5a8b9b657d2ace0 (diff)
removed registerDoMC
Diffstat (limited to 'test/setup.rb')
-rw-r--r--test/setup.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/setup.rb b/test/setup.rb
index fbeb2d8..4a11aa0 100644
--- a/test/setup.rb
+++ b/test/setup.rb
@@ -3,8 +3,9 @@ require 'minitest/autorun'
require_relative '../lib/lazar.rb'
#require 'lazar'
include OpenTox
-$mongo.database.drop
-$gridfs = $mongo.database.fs # recreate GridFS indexes
+#$mongo.database.drop
+#$gridfs = $mongo.database.fs # recreate GridFS indexes
+PhysChem.descriptors
TEST_DIR ||= File.expand_path(File.dirname(__FILE__))
DATA_DIR ||= File.join(TEST_DIR,"data")
training_dataset = Dataset.where(:name => "Protein Corona Fingerprinting Predicts the Cellular Interaction of Gold and Silver Nanoparticles").first