Skip to content

Commit

Permalink
Fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomsch committed Dec 12, 2023
1 parent 0f228af commit eead62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bash/main/ground_truth_for_d4j_bug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eead62c

Please sign in to comment.