Skip to content

Commit

Permalink
checking if this worked
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed Jan 18, 2024
1 parent a3e764a commit d7b970f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/github/test_gandlf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def exec(command, directory):
parser.add_argument('--rounds-to-train')
parser.add_argument('--col1-data-path', default='data/one')
parser.add_argument('--col2-data-path', default='data/two')
parser.add_argument('--gandlf_config', action='store_true', default=None)
parser.add_argument('--gandlf_config', default=None)
parser.add_argument('--ujjwal', action='store_true')

origin_dir = Path().resolve()
Expand Down

0 comments on commit d7b970f

Please sign in to comment.