summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2019-08-19 20:53:53 +0200
committerChristoph Helma <helma@in-silico.ch>2019-08-19 20:53:53 +0200
commitfaccda14c0f98333bf7623d4caef00eea7bb1933 (patch)
tree0be6178e5e2fbef81734d4cd6809c6d09cf16aae /lib/feature.rb
parentede38a2f1390befe8f7cf8a62fb5432448633d63 (diff)
temporary commit before branching - Dataset.from_descriptor_csv_file is broken
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index 296a174..6f9d5c4 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -98,10 +98,10 @@ module OpenTox
end
class NumericSubstanceProperty < NumericFeature
+ field :category, type: String
end
class NanoParticleProperty < NumericSubstanceProperty
- field :category, type: String
field :conditions, type: Hash
end