From 3bb7797f22925eb04c057aab64e62b6c5af67edb Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 17 Jan 2018 14:49:01 +0100 Subject: unmuted enm import; mute cleanup --- test/setup.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/setup.rb') 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 -- cgit v1.2.3