Open AryazE opened 1 month ago
https://github.com/higlass/clodius/blob/55061be320841be671beba89274afcb09341e553/clodius/cli/aggregate.py#L1054
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.
ct.aggregate
numpy.floating
nan_data_buffers
numpy.int64
https://github.com/higlass/clodius/blob/55061be320841be671beba89274afcb09341e553/clodius/cli/aggregate.py#L1054
While running a dynamic analysis, I found out that although
ct.aggregate
ensuresnumpy.floating
type, the values already insidenan_data_buffers
are of typenumpy.int64
.