summaryrefslogtreecommitdiff
path: root/test/nanoparticles.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-05-06 12:49:28 +0200
committerChristoph Helma <helma@in-silico.ch>2016-05-06 12:49:28 +0200
commit51f57e2858b60bed74ebcc97189b2188c900c283 (patch)
treea3be50b410e45fad3f33e956bb302c66e0370226 /test/nanoparticles.rb
parentab7b37541b4f8a762be737009631d3eefd898b4a (diff)
dataset tests cleanup
Diffstat (limited to 'test/nanoparticles.rb')
-rw-r--r--test/nanoparticles.rb2
1 files changed, 1 insertions, 1 deletions
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