Closed kseo closed 6 years ago
Thanks kseo,
I know that the developers behind this tool are currently all on a holiday and will most likely pick this up as soon as they are back.
In the meantime, I'm curious how are you using blockhash? In what kind of projects?
@mzeinstra I ported blockhash to Haskell (https://hackage.haskell.org/package/blockhash) for my personal project.
The same code is in python as well: https://github.com/commonsmachinery/blockhash-python/blob/master/blockhash.py#L13
Fixed in master, sorry about forgetting this stupid mistake. @kseo Could you update the haskell package as well?
median([1,2,3,4]) should return 2.5, but the current implementation mistakenly returns 3.5 due to a bug in index calculation:
should be