summaryrefslogtreecommitdiff
path: root/test/setup.rb
diff options
context:
space:
mode:
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