summaryrefslogtreecommitdiff
path: root/lib/nanoparticle.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-06-01 12:46:03 +0200
committerChristoph Helma <helma@in-silico.ch>2016-06-01 12:46:03 +0200
commit458a2d753551ea607f2ed5efdd0ac0a02d55d673 (patch)
tree7059a346053fe07212a4bfed3e15ea0edc561bc2 /lib/nanoparticle.rb
parent65b69d4c35890a7a2d2992108f0cf4eb5202dd1b (diff)
all tests fixed
Diffstat (limited to 'lib/nanoparticle.rb')
-rw-r--r--lib/nanoparticle.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/nanoparticle.rb b/lib/nanoparticle.rb
index d0f8f51..ca79a3d 100644
--- a/lib/nanoparticle.rb
+++ b/lib/nanoparticle.rb
@@ -100,6 +100,8 @@ module OpenTox
end
def parse_ambit_value feature, v, dataset
+ #p dataset
+ #p feature
v.delete "unit"
# TODO: ppm instead of weights
if v.keys == ["textValue"]