From 6f589d40de20a704909178d751d781589cea5c90 Mon Sep 17 00:00:00 2001 From: zjwegert <60646897+zjwegert@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:57:47 +1000 Subject: [PATCH] fix assert --- scripts/Benchmarks/generate_benchmark_scripts.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Benchmarks/generate_benchmark_scripts.jl b/scripts/Benchmarks/generate_benchmark_scripts.jl index b8a826ad..3e39fb77 100644 --- a/scripts/Benchmarks/generate_benchmark_scripts.jl +++ b/scripts/Benchmarks/generate_benchmark_scripts.jl @@ -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,