From 46c628f1757ce8274a0b277b3ec3306609b38c14 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 25 Jul 2016 15:53:22 +0200 Subject: local_weighted_average fallback fixed, cv predictions pulled from validations to avoid mongo document size errors --- test/nanoparticles.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/nanoparticles.rb b/test/nanoparticles.rb index 0446086..b427eb0 100644 --- a/test/nanoparticles.rb +++ b/test/nanoparticles.rb @@ -6,8 +6,8 @@ class NanoparticleTest < MiniTest::Test def setup # TODO: multiple runs create duplicates - #$mongo.database.drop - #Import::Enanomapper.import File.join(File.dirname(__FILE__),"data","enm") + $mongo.database.drop + Import::Enanomapper.import File.join(File.dirname(__FILE__),"data","enm") end def test_create_model -- cgit v1.2.3