Skip to content

init.sh fails due to incorrect index#994

Merged
chdinh merged 2 commits into
mne-tools:stagingfrom
ag-fieldline:fix_init_script
May 7, 2026
Merged

init.sh fails due to incorrect index#994
chdinh merged 2 commits into
mne-tools:stagingfrom
ag-fieldline:fix_init_script

Conversation

@ag-fieldline

Copy link
Copy Markdown
Contributor

init.sh fails to run properly due to cmake_args index being incorrect. The CMAKE_PREFIX_PATH is actually index 6. Fixing it to not require an index at all.

…. The CMAKE_PREFIX_PATH is actually index 6. Fixing it to not require an index at all.

@chdinh chdinh left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! Two solid fixes: removing the brittle cmake_args index assumption in init.sh (pre-computing CMAKE_PREFIX_VALUE is much more robust), and correcting the Eigen bdcSvd template syntax in decoding_csp.cpp. Merging.

@chdinh chdinh merged commit b0fe3e3 into mne-tools:staging May 7, 2026
10 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.

2 participants