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

Make signals class attributes instead of instance attributes #345

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ejeffrey
Copy link
Contributor

@ejeffrey ejeffrey commented May 2, 2016

Please ignore, I just want to trigger tests on teamcity

ejeffrey and others added 4 commits May 2, 2016 12:43
The FlatData type is a namedtuple that replaces the plain tuple
returned by older versions of pylabrad when flattening data. We
modify the labrad_urlencode method to use names of the FlatData
items if possible, rather than explicitly unpacking the tuple.
This lets us maintain compatibility with changes in 0.95.2 which
added a third endianness member to the FlatData tuple.
@maffoo
Copy link
Contributor

maffoo commented May 16, 2016

The extra commits can be removed now that #343 is in. As for the signal change, I think we cannot move these to the class level with the current signal implementation because of context interference in the multi-headed datavault.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants