richfitz/forest

Handling of NA edge lengths problematic.

Opened this issue · 0 comments

We can have a mix of NA and non-NA lengths. Probably checking for these during update_heights() makes sense. But I want to know easily if all edge lenths are non-NA quickly at some point. Of course we can't store that with the tree. Look for ISNA checks floating around.