Skip to content

Commit

Permalink
remove L"str"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black committed Sep 10, 2024
1 parent 532217b commit 35cbc91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/runbenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ end
# range_names_2D = [L"2^3", L"2^4", L"2^5", L"2^6", L"2^7", L"2^8", L"2^9", L"2^{10}", L"2^{11}", L"2^{12}"]

range_size_2D = [2^i for i in 3:4]
range_names_2D = [L"2^3", L"2^4"]

begin
sizes = Float64[]
Expand Down

0 comments on commit 35cbc91

Please sign in to comment.