Skip to content

TypeError: slice indices must be integers or None or have an __index__ method (cumi.py) #2

@hxj5

Description

@hxj5

With Python 3.7:

multiprocessing.pool.RemoteTraceback: 
"""
Traceback (most recent call last):
  File "/home/rthuang/anaconda3/envs/XCL-PRE/lib/python3.7/multiprocessing/pool.py", line 121, in worker
    result = (True, func(*args, **kwds))
  File "/home/rthuang/anaconda3/envs/XCL-PRE/lib/python3.7/site-packages/sccnvsim/rs/cumi.py", line 164, in gen_umis_thread
    dat[c][k][i].append(x[r:(r+X[i, j])])
TypeError: slice indices must be integers or None or have an __index__ method
"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions