From e68c69f90036bb7c47c57acb1ee3652b73c835c1 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 31 Jul 2015 10:59:53 +0200 Subject: descriptor tests working --- lib/feature.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/feature.rb') 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 -- cgit v1.2.3