Skip to content

Commit

Permalink
commenting out sleep as it causes significant delays in larger runs
Browse files Browse the repository at this point in the history
  • Loading branch information
IainMacdonald committed Jun 19, 2024
1 parent cc94eaa commit 4455b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/lib/analysis_library/baseline_perturbation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def perform
instance[var.id.to_s.to_sym] = var.static_value unless meas_var.include? var.id
end
# logger.info "instance: #{instance}"
sleep 1
#sleep 1
samples << instance
end
end
Expand Down

0 comments on commit 4455b45

Please sign in to comment.