You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the values specified for type in docstring are not allowed (or maybe the docstring is ambiguous?). I have not checked the other parameters. Besides, changing the value of type does not seem to do anything (vector type does not work? (2.8.0) #185)
| # Same as vc.type='arrow head'
| vc.type=0
| # Same as vc.type='wind barbs'
| vc.type=1
| # Same as vc.type='solid arrow head'
| vc.type=2
>>> vect_gm.type = 'arrow head'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/share/unix_files/cdat/miniconda2/envs/cdatm14/lib/python2.7/site-packages/vcs/vector.py", line 629, in _settype
value = VCS_validation_functions.checkVectorType(self, 'type', value)
File "/home/share/unix_files/cdat/miniconda2/envs/cdatm14/lib/python2.7/site-packages/vcs/VCS_validation_functions.py", line 868, in checkVectorType
' can either be ("arrows", "barbs", "solidarrows") or (0, 1, 2).')
File "/home/share/unix_files/cdat/miniconda2/envs/cdatm14/lib/python2.7/site-packages/vcs/VCS_validation_functions.py", line 59, in checkedRaise
raise ex(err)
ValueError: The type can either be ("arrows", "barbs", "solidarrows") or (0, 1, 2).
The text was updated successfully, but these errors were encountered:
The docstring of the vectors is out of date
The text was updated successfully, but these errors were encountered: