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
Ped files support multiple families. Our peeling algorithm supports multiple families. The construction of peeler can fail if the same name is in multiple families.
The text was updated successfully, but these errors were encountered:
- Merge family ID and individual ID in `ped.h` to make id unique. Use an "unique/unusual/obscure" delimiter, `_F@I_`, to concatenate these two IDs, then everything will be unique in `table_`. The `id()` function take care of the rest.
- A simple delimiter (`_`, `@` ...etc) is avoid to prevent the case that family name is something like `*f1@` or `*f1_`.
- Update related unittests.
Ped files support multiple families. Our peeling algorithm supports multiple families. The construction of peeler can fail if the same name is in multiple families.
The text was updated successfully, but these errors were encountered: