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
Currently we store the head of the segment chain to represent a lineage in both the Python and C versions. This is getting increasingly unwieldly. Replace with an object representing a lineage, and move the lineage specific things like population and label into this structure.
This will be a noisy change, but a worthwhile one.
This is partially done, with #2296 creating the lineage_t struct, and #2297 moving the label, population and hull attributes to this struct in the minimal working way. Follow ups will start to take advantage of this cleaner structure to refactor.
Currently we store the head of the segment chain to represent a lineage in both the Python and C versions. This is getting increasingly unwieldly. Replace with an object representing a lineage, and move the lineage specific things like
population
andlabel
into this structure.This will be a noisy change, but a worthwhile one.
FYI I'm on this one @GertjanBisschop
The text was updated successfully, but these errors were encountered: