We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc65946 commit b8cbea0Copy full SHA for b8cbea0
physutils/tasks.py
@@ -54,7 +54,7 @@ def generate_physio(
54
"Could not determine input mode automatically. Please specify it manually."
55
)
56
if mode == "physio":
57
- physio_obj = load_physio(input_file, fs=fs, allow_pickle=True)
+ physio_obj = load_physio(input_file, allow_pickle=True)
58
59
elif mode == "bids":
60
if bids_parameters is {}:
0 commit comments