Skip to content

Commit

Permalink
remove debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed May 9, 2024
1 parent 5e87ba8 commit 58e0fcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/prompto/scripts/run_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ async def main():

# get experiment file name (without the path)
file_name_split = args.file.split("/")
logging.info(file_name_split)
experiment_file_name = file_name_split[-1]
logging.info(experiment_file_name)

# check if file exists or if it is in the input folder
if not args.file.endswith(".jsonl"):
Expand Down

0 comments on commit 58e0fcf

Please sign in to comment.