summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-07-31 10:59:53 +0200
committerChristoph Helma <helma@in-silico.ch>2015-07-31 10:59:53 +0200
commite68c69f90036bb7c47c57acb1ee3652b73c835c1 (patch)
tree7ddbf29b2a1e48d55e2a851940f5d5949bab3d92 /lib/feature.rb
parent364139c560748bf266197e07f303af9028f713ec (diff)
descriptor tests working
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index de8e4c9..e565875 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -56,8 +56,9 @@ module OpenTox
end
class PhysChemDescriptor < NumericFeature
- field :algorithm, type: String
+ field :algorithm, type: String, default: "OpenTox::Algorithm::Descriptor.physchem"
field :parameters, type: Hash
+ field :creator, type: String
end
end