Skip to content

Commit 6f1fda9

Browse files
committed
fix path
1 parent abcbd47 commit 6f1fda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/examples/breaking_iid_demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MU_PART=5 # Spread of Skellam distribution for local imbalance
1111
N_TREES=1000 # Number of trees
1212

1313
EXPERIMENT_ID="breaking_iid_demo"
14-
SCRIPT="../py/rf_training_breaking_iid.py"
14+
SCRIPT="./rf_training_breaking_iid.py"
1515

1616
BASE_SCRIPT="mpirun -n ${N_RANKS} python ${SCRIPT} --n_classes ${N_CLASSES} --n_samples ${N_SAMPLES} --n_features ${N_FEATURES} --peak $((N_CLASSES / 2)) --n_trees ${N_TREES} --experiment_id ${EXPERIMENT_ID}"
1717

0 commit comments

Comments
 (0)