higlass/clodius

Different types in `nan_data_buffers`

Opened this issue · 0 comments

nan_data_buffers[curr_zoom + 1] += list(

While running a dynamic analysis, I found out that although ct.aggregate ensures numpy.floating type, the values already inside nan_data_buffers are of type numpy.int64.