Skip to content

ValueError: Buffer dtype mismatch, expected 'long' but got 'long long' #13

@jamesjcai

Description

@jamesjcai

I tried and got this in Windows. Any suggestions? Thanks!

(base) D:\downloads\cellstates-master\cellstates-master>python ./scripts/run_cellstates.py ./test/data/simulated_data.ts
v
2023-11-21 10:08:48,634 - INFO:loading ./test/data/simulated_data.tsv
Traceback (most recent call last):
  File "D:\downloads\cellstates-master\cellstates-master\scripts\run_cellstates.py", line 288, in <module>
    main()
  File "D:\downloads\cellstates-master\cellstates-master\scripts\run_cellstates.py", line 158, in main
    clst = Cluster(data, LAMBDA, cluster_init.copy(),
  File "cellstates\cluster.pyx", line 539, in cellstates.cluster.Cluster.__cinit__
    self.data = <np.ndarray[np.int_t, ndim = 2]?> d
ValueError: Buffer dtype mismatch, expected 'long' but got 'long long'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions