Skip to content

Commit b8cbea0

Browse files
committed
rm unecessary params specification
1 parent bc65946 commit b8cbea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physutils/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def generate_physio(
5454
"Could not determine input mode automatically. Please specify it manually."
5555
)
5656
if mode == "physio":
57-
physio_obj = load_physio(input_file, fs=fs, allow_pickle=True)
57+
physio_obj = load_physio(input_file, allow_pickle=True)
5858

5959
elif mode == "bids":
6060
if bids_parameters is {}:

0 commit comments

Comments
 (0)