From 51f57e2858b60bed74ebcc97189b2188c900c283 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 6 May 2016 12:49:28 +0200 Subject: dataset tests cleanup --- test/nanoparticles.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/nanoparticles.rb') diff --git a/test/nanoparticles.rb b/test/nanoparticles.rb index 69cfd30..6d91103 100644 --- a/test/nanoparticles.rb +++ b/test/nanoparticles.rb @@ -40,7 +40,7 @@ class NanoparticleTest < MiniTest::Test toxcounts[t] ||= 0 toxcounts[t] += 1#v.uniq.size end - np.physchem.each do |t,v| + np.physchem_descriptors.each do |t,v| pccounts[t] ||= 0 pccounts[t] += 1#v.uniq.size end -- cgit v1.2.3