Skip to content

Commit 00939d8

Browse files
authored
Merge pull request #767 from IainMacdonald/sleep_fix
commenting out sleep as it causes significant delays in larger runs
2 parents 2e4ba7e + 4455b45 commit 00939d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app/lib/analysis_library/baseline_perturbation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def perform
134134
instance[var.id.to_s.to_sym] = var.static_value unless meas_var.include? var.id
135135
end
136136
# logger.info "instance: #{instance}"
137-
sleep 1
137+
#sleep 1
138138
samples << instance
139139
end
140140
end

0 commit comments

Comments
 (0)