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

check for native endianness #212

Merged
merged 3 commits into from
May 27, 2024
Merged

check for native endianness #212

merged 3 commits into from
May 27, 2024

Conversation

LaurentBlanc73
Copy link
Contributor

If-clause checks, if data is in the native byte order (or not applicable). If this is not the case, the byte order gets changes.

Revoked through the error:
Big-endian buffer not supported on little-endian compiler

related to issue #210

If-clause checks, if data is in the native byte order (or not applicable). If this is not the case, the byte order gets changes.

Revoked through the error:
Big-endian buffer not supported on little-endian compiler 

related to issue ratal#210
By storing the data of each channel first in a dictionary and only converting it to a dataframe at the end, the runtime improves. 

Additionally this prevents the info `highly fragmented dataframe` from the pandas package from showing up every iteration of the for-loop that iterates through each channel.

related to issue ratal#211
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