summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-01-17 14:49:01 +0100
committerGitHub <noreply@github.com>2018-01-17 14:49:01 +0100
commit3bb7797f22925eb04c057aab64e62b6c5af67edb (patch)
tree18ab8af3fca0dc5da2fbe278274bfcc4dd6a83ab
parent9578e8861a94648610b9e6eea93723467f0c8800 (diff)
unmuted enm import; mute cleanup
-rw-r--r--test/setup.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/setup.rb b/test/setup.rb
index 897ae1a..4a11aa0 100644
--- a/test/setup.rb
+++ b/test/setup.rb
@@ -3,10 +3,10 @@ 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
-#Import::Enanomapper.import unless training_dataset
+training_dataset = Dataset.where(:name => "Protein Corona Fingerprinting Predicts the Cellular Interaction of Gold and Silver Nanoparticles").first
+Import::Enanomapper.import unless training_dataset