From e02e55116c90ab17af7263e867e271decbd9e107 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Sat, 8 Dec 2018 07:31:27 -0800 Subject: [PATCH] multi_seed sim should run 400, or at least 100 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d5a0790c36f..5564f8ec7969 100644 --- a/Makefile +++ b/Makefile @@ -186,7 +186,7 @@ test_sim_gaia_simulation_after_import: test_sim_gaia_multi_seed: @echo "Running multi-seed Gaia simulation. This may take awhile!" - @bash scripts/multisim.sh 50 TestFullGaiaSimulation + @bash scripts/multisim.sh 400 TestFullGaiaSimulation SIM_NUM_BLOCKS ?= 500 SIM_BLOCK_SIZE ?= 200