diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-27 22:24:08 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-27 22:24:08 -0400 |
commit | 049637ce9ac37f807234e0f679e9da6dba48767a (patch) | |
tree | b74a63ea23b309c196d40920db2d4f4551cd7795 /lib/sampling | |
parent | 105612b151eced803238a24180c29f92e9685dc8 (diff) |
dissable sampling/double_blind
Diffstat (limited to 'lib/sampling')
-rw-r--r-- | lib/sampling/double_blind.rb.bak (renamed from lib/sampling/double_blind.rb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/sampling/double_blind.rb b/lib/sampling/double_blind.rb.bak index 409da10..6a30d57 100644 --- a/lib/sampling/double_blind.rb +++ b/lib/sampling/double_blind.rb.bak @@ -4,6 +4,10 @@ module Sampling return true end + def can_get?(setting_name) + return 1 + end + def self.uses_remote? return false end @@ -16,11 +20,7 @@ module Sampling raise "This sampling method doesn't use remote usernames." end - def self.sampling_start(match) - # TODO - end - - def self.sampling_done?(match) + def self.sampling_start(match, statistics) # TODO end |