dalya / Sequencer

An algorithm that detects one-dimensional sequences in complex datasets
MIT License
118 stars 21 forks source link

Running sequencer on Windows unsuccessfull #4

Open RandomCraftr opened 2 years ago

RandomCraftr commented 2 years ago

Hello,

attempt at running sequencer on windows raise multiple issues.

Proposition for resolution:

RandomCraftr commented 1 year ago

Same kid of issue at line 902 of sequencer_.py. ordering_bfs = numpy.array(ordering_bfs).astype(numpy.int) is proposed to be replaced by: ordering_bfs = numpy.array(ordering_bfs).astype(numpy.int64)