Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix XDF marker stream detection #345

Merged
merged 3 commits into from
Apr 13, 2022
Merged

Fix XDF marker stream detection #345

merged 3 commits into from
Apr 13, 2022

Conversation

cbrnr
Copy link
Owner

@cbrnr cbrnr commented Apr 13, 2022

Some marker streams have not been detected correctly, because we switched the nominal sampling rate to float, but still compared everything with strings (i.e. '0.00000' == '0'). This PR fixes this comparison by comparing numbers instead of strings.

@cbrnr cbrnr merged commit 8224e87 into main Apr 13, 2022
@cbrnr cbrnr deleted the fix-xdf-markers branch April 13, 2022 07:46
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant