higlass / clodius

Clodius is a tool for breaking up large data sets into smaller tiles that can subsequently be displayed using an appropriate viewer.
MIT License
39 stars 21 forks source link

Different types in `nan_data_buffers` #154

Open AryazE opened 1 month ago

AryazE commented 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.