Skip to content

Commit

Permalink
fix keyword argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
mieskolainen committed Jul 25, 2024
1 parent 71d68a6 commit 89628c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icenet/tools/iceroot.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def read_multiple(process_func, processes, root_path, param, class_id, dtype=Non

for i,key in enumerate(processes):

data = read_single(process_func=process_func, processes=processes[key],
data = read_single(process_func=process_func, process=processes[key],
root_path=root_path, param=param, class_id=class_id,
dtype=dtype, num_cpus=num_cpus, verbose=verbose)

Expand Down

0 comments on commit 89628c9

Please sign in to comment.