You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how it should be named etc, but we do want this array in some form available in the library. I guess it would be useful to have it take an array, so that it can be applied to the node table too, like
Isn't this just (ts.nodes_flags & tskit.NODE_IS_SAMPLE).astype(bool). No need to explicitly make an array of all the same number? It could be a method or calculated property too, but maybe that's not useful for Numba.
This just took me way to long to do:
Tests:
I'm not sure how it should be named etc, but we do want this array in some form available in the library. I guess it would be useful to have it take an array, so that it can be applied to the node table too, like
The text was updated successfully, but these errors were encountered: