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.getxyvsy() doesn't get the default object #2114

Closed
ghost opened this issue Aug 30, 2016 · 5 comments
Closed

vcs.getxyvsy() doesn't get the default object #2114

ghost opened this issue Aug 30, 2016 · 5 comments
Assignees
Milestone

Comments

@ghost
Copy link

ghost commented Aug 30, 2016

screen shot 2016-08-30 at 4 18 38 pm
In manageElements.py, the get functions for 1d objects don't work because they assume the default objects are called 'default_xyvsy' (or 'default_yxvsx, etc.).

When I do a Canvas.show(), the default names for the 1d objects have an extra _ at the end of the name ('default_xyvsy_').

I would assume we want the default object to simply be called 'default_whatever' without the extra underscore.

@doutriaux1 @chaosphere2112

@doutriaux1
Copy link
Contributor

@embrown there's so serious dark magic involved here. Something about all of these really being 1d gms but still need to come back as yxvsx

@doutriaux1
Copy link
Contributor

I think the extra _ is to avoid name collision or something like that. I can't remember exactly why. But I sort of remember that it was originally w/o the _ and things got messed up so I had to add the _

@doutriaux1 doutriaux1 self-assigned this Aug 31, 2016
@doutriaux1 doutriaux1 added this to the 3.0 milestone Aug 31, 2016
@doutriaux1
Copy link
Contributor

@embrown please always assign a milestone when you create a bug, otherwise it can get forgotten.

@ghost
Copy link
Author

ghost commented Aug 31, 2016

@doutriaux1 you got it. I'll make sure to assign a milestone when I report my next one.

@mattben
Copy link
Contributor

mattben commented Aug 31, 2016

@doutriaux1, @embrown does not have repo permissions to add labels and milestones.

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

3 participants