Skip to content

Commit

Permalink
Fix standalone predict calling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gayaldassanayake committed Nov 30, 2021
1 parent 0b31f71 commit cfaf450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/predict/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ def predict(out_path):


if __name__ == "__main__":
predict()
predict(all_results_path)

0 comments on commit cfaf450

Please sign in to comment.