Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmierz committed Feb 13, 2024
1 parent 356f396 commit 9f7da9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified benchmarks/bench_results/rmf/output_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion benchmarks/draw.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ number_to_color = Dict(
9 => colorant"rgb(132,19,20)",
10 => colorant"rgb(200,74,83)",
11 => colorant"rgb(177,13,18)",
12 => colorant"rgb(200,74,83)"
12 => colorant"rgb(196,36,43)"#"rgb(200,74,83)"
)
color_vector = sol.states[1]
color_vector = map(x -> number_to_color[x], color_vector)
Expand Down

0 comments on commit 9f7da9b

Please sign in to comment.