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
After some digging I think this might be due to some setting in the config files, could you post them somewhere? I could not reproduce the problem with my own settings
From Maria Elidaiana da S. Pereira
`Traceback (most recent call last):
File "mkbins.py", line 22, in
randoms = parbins.prepare_random()
File "/home/s1/mariaeli/mylibs/xpipe/xpipe/xhandle/parbins.py", line 568, in prepare_random
data, fullcat = load_randcat(params, fullpaths)
File "/home/s1/mariaeli/mylibs/xpipe/xpipe/xhandle/parbins.py", line 366, in load_randcat
qlist[:, ival] = randcat[randkey[colname]]
KeyError: 'q2'
edit the file /xpipe/xpipe/xhandle/parbins.py by changing the line "nq = len(randkey.keys()) - 3" to "nq = len(randkey.keys()) - 4"`
The text was updated successfully, but these errors were encountered: