-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels