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

GLM: Fix all_stats() segfault #2294

Merged
merged 2 commits into from
Mar 4, 2021
Merged

GLM: Fix all_stats() segfault #2294

merged 2 commits into from
Mar 4, 2021

Commits on Mar 3, 2021

  1. GLM: Fix all_stats() segfault

    In instances where the input data contain non-finite values (regardless of whether or not such data are excluded from statistical inference via a mask), and at least one F-test is performed, writing the absolute and standardised effect size as NaN (as such cannot be meaningfully calculated for an F-test) was incorrectly indexed, leading to a segmentation fault.
    Lestropie committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    e301220 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    2f88cc6 View commit details
    Browse the repository at this point in the history