Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vcs should rember the original value stored by the user #2010

Closed
doutriaux1 opened this issue Jun 7, 2016 · 4 comments
Closed

vcs should rember the original value stored by the user #2010

doutriaux1 opened this issue Jun 7, 2016 · 4 comments

Comments

@doutriaux1
Copy link
Contributor

example

>>> gm  = x.createisoline()
>>> gm.line= ['dot','dash']
>>> gm.line
['dot', 'dash']
>>> gm.line= [1,2,3]
>>> gm.line
['dash', 'dot', 'dash-dot']
>>> 
@danlipsa
Copy link
Contributor

danlipsa commented Jun 7, 2016

@doutriaux1 This case is not too bad as there is a one-to-one mapping between numbers and line type descriptions, isn't it?

@danlipsa
Copy link
Contributor

danlipsa commented Jun 7, 2016

Also look at
datawc_ being changed to cdtime.reltime for time axis. See
#2007

@doutriaux1
Copy link
Contributor Author

doutriaux1 commented Jun 7, 2016

@danlipsa yes #2007 is the most disturbing, but we might as well fix it everywhere so it consistently return to the user what the user stored.

@doutriaux1
Copy link
Contributor Author

migrated

@downiec downiec modified the milestones: 8.2, 8.2.1 Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants