tskit
tskit copied to clipboard
Add 'mid' property to Interval class
It would be handy to have a mid property on the Interval class, much like we have span at the moment. This would be self.left + (self.right - self.left) / 2.