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
Consolidate/reuse relatedness matrices when they are the same for multiple families. right now each group gets its own copy which is hugely expensive.
you can reuse matrices if they have the same IDs, so we would need to overhaul a couple of things in the code so that the ids can be made more generic and then remapped.