diff --git a/src/bash/main/ground_truth_for_d4j_bug.sh b/src/bash/main/ground_truth_for_d4j_bug.sh index 1d1a18bb..df0e31bf 100755 --- a/src/bash/main/ground_truth_for_d4j_bug.sh +++ b/src/bash/main/ground_truth_for_d4j_bug.sh @@ -52,7 +52,7 @@ truth_csv="${evaluation_dir}/truth.csv" if [ -f "$truth_csv" ]; then echo 'Calculating ground truth ............................................. CACHED' else - if python3 src/python/main/ground_truth.py "$repository" "$truth_csv" + if python3 -m src.python.main.ground_truth "$repository" "$truth_csv" then echo 'Calculating ground truth ............................................. OK' else