Skip to content

Commit 2efb377

Browse files
committed
estimator not stimator
1 parent e67b942 commit 2efb377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyns/models/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def _ts_first(paths):
361361
req = self.post(
362362
id=id, sub_route='upload', files=files, level='SUBJECT',
363363
validation_hash=validation_hash, force=force,
364-
fmriprep_version=fmriprep_version, stimator=estimator,
364+
fmriprep_version=fmriprep_version, estimator=estimator,
365365
cli_version=cli_version, collection_id=collection_id)
366366
if collection_id is None:
367367
collection_id = req['collection_id']

0 commit comments

Comments
 (0)