Skip to content

Commit

Permalink
fix a bug in test_tnt.py: duplicate tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry1iu committed May 5, 2022
1 parent 6654a64 commit 6eaa1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_tnt.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test(args):
if __name__ == "__main__":
parser = argparse.ArgumentParser()

parser.add_argument("-d", "--data_root", type=str, default="dataset/interm_data_small",
parser.add_argument("-r", "--data_root", type=str, default="dataset/interm_data_small",
help="root dir for datasets")
parser.add_argument("-s", "--split", type=str, default="test")

Expand Down

0 comments on commit 6eaa1d3

Please sign in to comment.