summaryrefslogtreecommitdiff
path: root/test/nanoparticles.rb
diff options
context:
space:
mode:
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