Skip to content

Commit

Permalink
fix assert
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Jul 5, 2024
1 parent 8dae544 commit 6f589d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Benchmarks/generate_benchmark_scripts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mesh_partitions = [(4,4,8),(4,8,8),(6,8,8),(8,8,8),(10,8,8),(12,8,8),(14,8,8),
(16,8,8),(12,12,8),(8,10,16),(16,8,11),(8,12,16),(16,8,13),(8,14,16),
(10,12,16),(16,16,8),(8,16,17),(12,12,16),(8,16,19),(16,16,10)]

@assert Int.(prod.(mesh_partitions)/48) == collect(1:length(mesh_partitions))
@assert Int.(prod.(mesh_partitions)/128) == collect(1:length(mesh_partitions))

function generate(
template,
Expand Down

0 comments on commit 6f589d4

Please sign in to comment.