Skip to content

Commit

Permalink
changed function names
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJPark03 committed Apr 10, 2024
1 parent 5216d28 commit 685ebd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/scout_visuals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ display(fig, fullscreen = true)
end

# Pre-compute all r values for all priors for a given attacker preference
function compute_all_r_save_to_file()
function precompute_r()
hashmap = Dict{Vector{Float64}, Vector{Float64}}()
for prior_north in prior_range
for prior_east in prior_range
Expand Down

0 comments on commit 685ebd9

Please sign in to comment.