You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable segment_size_ver is never initialized when reading plink-formatted data. This leads to a divide by zero error on this line, causing the program to terminate. This can be replicated by running on the example plink-formatted data
The variable
segment_size_veris never initialized when reading plink-formatted data. This leads to a divide by zero error on this line, causing the program to terminate. This can be replicated by running on the example plink-formatted data