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
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.
The text was updated successfully, but these errors were encountered:
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:
intoif cols != SP.ndarray:
in the line 147 of utils.py and it worked.The text was updated successfully, but these errors were encountered: