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