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

Update for modified dbdreader api #157

Merged
merged 2 commits into from
Jun 16, 2023

Conversation

smerckel
Copy link
Contributor

The return values of the get* methods of dbdreader's classes DBD and MultiDBD have been made consistent across the methods by returning tuples of time and value vectors. The existing code of the function binary_to_timeseries() got broken because of this, as it relies on the pop method of the return value, which tuples don't have. Converting the tuple into a list solves the issue.

@hvdosser hvdosser merged commit 4369188 into c-proof:main Jun 16, 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.

2 participants