From 11c339a80a38f471bc590d283fa754ce78db12bd Mon Sep 17 00:00:00 2001 From: JeromeDeschamps <jerome.deschamps@uca.fr> Date: Tue, 27 Feb 2024 10:17:30 +0100 Subject: [PATCH] update file path, using france dataset and not mulhouse only --- scripts/run_simulation_2_nodes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_simulation_2_nodes.sh b/scripts/run_simulation_2_nodes.sh index d7b7218..1ddcf35 100755 --- a/scripts/run_simulation_2_nodes.sh +++ b/scripts/run_simulation_2_nodes.sh @@ -15,7 +15,7 @@ export CHAIN_ID=636363; # ./target/release/testnet-injector simulate-bx-from-csv ../movement-data/public-transport/MF_user_mobility_june-to-august-2023_mulhouse_dataset/anonymized_june-to-august-2023_mulhouse_dataset.csv $TOTAL_SIMULATION_TIME & # Send BX -./target/release/testnet-injector simulate-bx-from-csv ./data/anonymized_june-to-august-2023_mulhouse_dataset.csv $TOTAL_SIMULATION_TIME & +./target/release/testnet-injector simulate-bx-from-csv ./data/anonymized_june-to-november-2023_france_dataset.csv $TOTAL_SIMULATION_TIME & echo "TOTAL_SIMULATION_TIME = $TOTAL_SIMULATION_TIME and block time = $BLOCK_TIME" # Mine -- GitLab