slalom icon indicating copy to clipboard operation
slalom copied to clipboard

ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

Open yyoshiaki opened this issue 8 years ago • 0 comments

I'm useing numpy 1.13.1 and the error written in the title occured in slalom/ipynb/f-scLVM_Tcells.ipynb. Tentatively I replaced if cols == None: into if cols != SP.ndarray: in the line 147 of utils.py and it worked.

yyoshiaki avatar Nov 11 '17 04:11 yyoshiaki