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

Handle leading zeros in flatten/unflatten implementation #217

Merged
merged 7 commits into from
Mar 7, 2023

Conversation

zhindes
Copy link
Collaborator

@zhindes zhindes commented Mar 2, 2023

We should now correctly handle leading zeros in channel names during flatten and unflatten. I also cleaned up the tests and documented the fact that our Python-only impl is not fully compatible with the NI-DAQmx driver.

Closes #216

@zhindes zhindes requested a review from maxxboehme as a code owner March 2, 2023 22:32
@zhindes
Copy link
Collaborator Author

zhindes commented Mar 6, 2023

@bkeryan for now, I should manually update both src/ and generated/ copies of the files, right?

@zhindes zhindes merged commit 65d57ce into ni:master Mar 7, 2023
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.

Can read channel_names of PersistedTask but not channels
2 participants