Skip to content

Commit

Permalink
Merge pull request #767 from IainMacdonald/sleep_fix
Browse files Browse the repository at this point in the history
commenting out sleep as it causes significant delays in larger runs
  • Loading branch information
brianlball authored Jul 10, 2024
2 parents 2e4ba7e + 4455b45 commit 00939d8
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 00939d8

Please sign in to comment.