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 Jan 25, 2021. It is now read-only.
Exception from Tracker recompute function: Error:
You called wait() after calling ready() inside the same computation tree.
You can fix this problem in two possible ways:
...
Looks like there is problem with this peace of code:
ready() causes error. I think this hook should be last in queue of hooks.
E.g. this is my code:
It produces this error:
But this version (without global hook) works ok: