Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
WARNING: underlay of /usr/share/zoneinfo/Etc/UTC required more than 50 (91) bind mounts
Traceback (most recent call last):
File "/data/volume_scripts/level1_volume.py", line 108, in <module>
design.inputs.contrasts = contrasts
File "/usr/local/miniconda/lib/python3.7/site-packages/traits/trait_types.py", line 2573, in validate
return TraitListObject(self, object, name, value)
File "/usr/local/miniconda/lib/python3.7/site-packages/traits/trait_handlers.py", line 2474, in __init__
raise excp
File "/usr/local/miniconda/lib/python3.7/site-packages/traits/trait_handlers.py", line 2466, in __init__
value = [validate(object, name, val) for val in value]
File "/usr/local/miniconda/lib/python3.7/site-packages/traits/trait_handlers.py", line 2466, in <listcomp>
value = [validate(object, name, val) for val in value]
File "/usr/local/miniconda/lib/python3.7/site-packages/traits/trait_handlers.py", line 2151, in validate
return self.slow_validate(object, name, value)
File "/usr/local/miniconda/lib/python3.7/site-packages/traits/trait_handlers.py", line 2159, in slow_validate
self.error(object, name, value)
File "/usr/local/miniconda/lib/python3.7/site-packages/traits/trait_handlers.py", line 236, in error
object, name, self.full_info(object, name, value), value
traits.trait_errors.TraitError: Each element of the 'contrasts' trait of a Level1DesignInputSpec instance must be a tuple of the form: (a unicode string, 'T', a list of items which are a unicode string, a list of items which are a float) or a tuple of the form: (a unicode string, 'T', a list of items which are a unicode string, a list of items which are a float, a list of items which are a float) or a tuple of the form: (a unicode string, 'F', a list of items which are a tuple of the form: (a unicode string, 'T', a list of items which are a unicode string, a list of items which are a float) or a tuple of the form: (a unicode string, 'T', a list of items which are a unicode string, a list of items which are a float, a list of items which are a float)), but a value of (1, 'T', ['control_condition', 'main_condition'], [1, -1]) <class 'tuple'> was specified.