summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-07-25 15:53:22 +0200
committerChristoph Helma <helma@in-silico.ch>2016-07-25 15:53:22 +0200
commit46c628f1757ce8274a0b277b3ec3306609b38c14 (patch)
tree92f66426189ff7fd612057d88428fa7cb0505a45 /test
parentf93aad7227c7bb3702fd28aab2d289f1ca9ce7e9 (diff)
local_weighted_average fallback fixed, cv predictions pulled from validations to avoid mongo document size errors
Diffstat (limited to 'test')
-rw-r--r--test/nanoparticles.rb4
1 files changed, 2 insertions, 2 deletions
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