This should fix issue number 88, I was able to replicate the bug and also to confirm that this fixes it when I run it
Sometimes two tags can have the same position. In that case, we take the average z-score. In another part of the code, I forgot about this and I had mistakenly assert-ed that the number of unique positions was equal to the number of tags. But that's not correct
This should fix issue number 88, I was able to replicate the bug and also to confirm that this fixes it when I run it
Sometimes two tags can have the same position. In that case, we take the average z-score. In another part of the code, I forgot about this and I had mistakenly
assert
-ed that the number of unique positions was equal to the number of tags. But that's not correct