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
{{ message }}
This repository was archived by the owner on May 13, 2026. It is now read-only.
It looks like $patternData["lineages"] is false in some cases (happened to me with some pseudo patterns), and count(false) returns 1. So the if conditions on line 43 should probably be amended accordingly.
It looks like
$patternData["lineages"]isfalsein some cases (happened to me with some pseudo patterns), andcount(false)returns1. So theifconditions on line 43 should probably be amended accordingly.