generate_all_simulate_curves.sh 122 B

123456
  1. for file in "threshold_map"/*; do
  2. echo ${file}
  3. python display/display_simulation_curves.py --folder ${file}
  4. done