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
When trying to load a phenotype file with a single phenotype, you get:
Traceback (most recent call last):
File "/home/ec2-user/git/feather/permutation_testing.py", line 468, in <module>
for i in trange(phenotypes.shape[1]):
IndexError: tuple index out of range
This is because np.loadtxt returns a 1-d array in this case.
The text was updated successfully, but these errors were encountered:
When trying to load a phenotype file with a single phenotype, you get:
This is because
np.loadtxt
returns a 1-d array in this case.The text was updated successfully, but these errors were encountered: