Skip to content

Commit

Permalink
estimator not stimator
Browse files Browse the repository at this point in the history
  • Loading branch information
adelavega committed Dec 18, 2020
1 parent e67b942 commit 2efb377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyns/models/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def _ts_first(paths):
req = self.post(
id=id, sub_route='upload', files=files, level='SUBJECT',
validation_hash=validation_hash, force=force,
fmriprep_version=fmriprep_version, stimator=estimator,
fmriprep_version=fmriprep_version, estimator=estimator,
cli_version=cli_version, collection_id=collection_id)
if collection_id is None:
collection_id = req['collection_id']
Expand Down

0 comments on commit 2efb377

Please sign in to comment.