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
For the the msprime->demes converter, I copy/pasted bits out of the demes/ms.py file. So we should try to rearange some of this so that the useful bits can be made part of the (Builder?) API.
In particular, the migrations_from_mm_list() function might be useful to add as a Builder method. It's also easily tested, because it should round-trip with the Graph.migration_matrices() method.
The text was updated successfully, but these errors were encountered:
For the the msprime->demes converter, I copy/pasted bits out of the
demes/ms.py
file. So we should try to rearange some of this so that the useful bits can be made part of the (Builder?) API.In particular, the
migrations_from_mm_list()
function might be useful to add as a Builder method. It's also easily tested, because it should round-trip with theGraph.migration_matrices()
method.The text was updated successfully, but these errors were encountered: