From 511b3033b7359a8bf23cac42852003e94044cd47 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 19 Oct 2015 11:42:16 +0200 Subject: GridFS storage for data_entries removed (will break kazius/fminer models), lazy creation of classification confidence plots. --- test/setup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/setup.rb') diff --git a/test/setup.rb b/test/setup.rb index 3825282..dc577b3 100644 --- a/test/setup.rb +++ b/test/setup.rb @@ -4,5 +4,5 @@ require_relative '../lib/lazar.rb' include OpenTox TEST_DIR ||= File.expand_path(File.dirname(__FILE__)) DATA_DIR ||= File.join(TEST_DIR,"data") -#$mongo.database.drop -#$gridfs = $mongo.database.fs +$mongo.database.drop +$gridfs = $mongo.database.fs -- cgit v1.2.3