Skip to content

Commit

Permalink
Remove num workers argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sivonxay committed Nov 6, 2023
1 parent 3c191a5 commit 46b0bd6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/NanoParticleTools/differential_kinetics/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ def get_diff_kinetics_parser():
type=str,
default=f'{datetime.now().strftime("%Y%m%d_%H_%M_%S_%f")}.h5')

parser.add_argument('-j',
'--num_workers',
help='Number of concurrent workers',
type=int,
default=1)

parser.add_argument(
'-g',
'--max_data_per_group',
Expand Down

0 comments on commit 46b0bd6

Please sign in to comment.