Skip to content

Read binary data as single when single precision is enabled - #963

Merged
arnodelorme merged 1 commit into
developfrom
fix/load-fdt-as-single
Sep 9, 2026
Merged

arnodelorme merged 1 commit into
developfrom
fix/load-fdt-as-single

Conversation

@arnodelorme

Copy link
Copy Markdown
Collaborator

eeg_getdatact read float32 data files into double and converted to single afterwards, which doubles the memory needed and makes loading large files very slow. The data is now read directly as single when the single-precision option is on; the double path is unchanged. Verified on the sample dataset that both paths return values identical to a reference read. Fixes #953

@claude

claude Bot commented Sep 9, 2026

Copy link
Copy Markdown

Claude encountered an error —— View job


I'll analyze this and get back to you.

@arnodelorme
arnodelorme merged commit f3ffd96 into develop Sep 9, 2026
2 of 3 checks passed
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.

pop_loadset slower than it needs to be?

1 participant