Skip to content

Commit

Permalink
Merge pull request #8 from MRC-CSO-SPHSU/n_to_b
Browse files Browse the repository at this point in the history
Change `-n` to `-b` for batch size
  • Loading branch information
vkhodygo authored Sep 29, 2023
2 parents fe2ce56 + ef6f10f commit 7471c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chmod +x ./do_full_run.sh

Typical use would be
```bash
./do_full_run.sh -n 20 -p 150000 -s 2017 -e 2023 -g false
./do_full_run.sh -b 20 -p 150000 -s 2017 -e 2023 -g false
```

or
Expand Down

0 comments on commit 7471c74

Please sign in to comment.