Closed joshuak94 closed 5 years ago
GitHub is complaining because you are modifying the very same lines of code as your previous PR.
Could you please rebase your toInt branch onto master? This should clean up this PR.
Your test could probe the functionality a bit more, e.g.
wiggletools isZero diff variableStep.wig toInt offset 0.1 variableStep.wig
Done! Also changed the tests for toInt and floor.
Instead of using floor, which is more expensive, a static cast toInt will accomplish the same thing.