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 has been archived by the owner on Jan 20, 2023. It is now read-only.
The logic is mistakenly thinking it has expanded every node it knows about, but some are pulled in as unexpanded leafs initially. The logic should mark the requested iris (those entering the expand function as argument) as expanded, and treat others as not-expanded. And then when considering which iris need processing, check if they are expanded already or not.
The text was updated successfully, but these errors were encountered:
The logic is mistakenly thinking it has expanded every node it knows about, but some are pulled in as unexpanded leafs initially. The logic should mark the requested iris (those entering the expand function as argument) as expanded, and treat others as not-expanded. And then when considering which iris need processing, check if they are expanded already or not.
The text was updated successfully, but these errors were encountered: