Skip to content

Commit

Permalink
fix the target python version
Browse files Browse the repository at this point in the history
  • Loading branch information
willzeng committed Jan 1, 2025
1 parent 2812daf commit c190e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/scripts/small_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ mkdir -p "$RESULTS_FOLDER"
QASM_FOLDER="$SCRIPT_DIR/../qasm_circuits/"
full_qasm_file="$QASM_FOLDER/$QASM_FILE"

command="python3 \"$SCRIPT_DIR/benchmark_script.py\" \"$full_qasm_file\" \"$COMPILER\" \"$RESULTS_FOLDER\""
command="python3.12 -m pdb \"$SCRIPT_DIR/benchmark_script.py\" \"$full_qasm_file\" \"$COMPILER\" \"$RESULTS_FOLDER\""

eval $command

0 comments on commit c190e39

Please sign in to comment.