Skip to content

Merged metafounder code inconsistency #31

@XingerTang

Description

@XingerTang

The changes of Pedigree.py made in the PR #27 set self.Metafounder to be lists, while in the AlphaPeel, tinypeel.runPeelingCycles still treats it as strings. So it would raise an error like the following:

if pedigree.AAP.get(mfx) is None:
       ^^^^^^^^^^^^^^^^^^^^^
TypeError: unhashable type: 'list'

Since the current AlphaPeel release is using an older commit, it is not affected by this inconsistency.

But we need to set up a test and quality-assurance pipeline for tinyhouse as well to ensure this won't happen again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions