htk.fetch().to_numpy()
sometimes gives incorrect result when two regions don't overlap
#73
Labels
bug
Something isn't working
Hi! In order to check consistency between
cooler.Cooler().matrix().fetch()
andhtk.fetch().to_numpy()
I sampled a few random regions fromcooler_test_file.mcool
and looked whether the result is identical. I found that in minority of cases the output differs even when two queried regions don't overlap. Here's an example:I decided to create a second issue, because there could be a different bug here than in #72
Once again, I checked it in both
0.0.5
version and0.0.6.dev50+g6eca918
version from github.The text was updated successfully, but these errors were encountered: