summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index 6fc2c06..13fa6d1 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -47,6 +47,7 @@ module OpenTox
class FingerprintSmarts < Smarts
field :count, type: Integer
def self.fingerprint
+=begin
@@fp4 ||= OpenTox::FingerprintSmarts.all
unless @@fp4.size == 306
@@fp4 = []
@@ -72,6 +73,7 @@ module OpenTox
end
end
@@fp4
+=end
end
end