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
Describe the bug
The PLC algos leveraging the PLC graph were intermittently failing when running iteratively. This is due to dask failing to release all the inactive futures before the next iteration. A temporary solution was found by explicitly deleting the variable holding those futures and a FIXME was added.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
PLC algos
leveraging thePLC graph
were intermittently failing when running iteratively. This is due todask
failing to release all the inactive futures before the next iteration. A temporary solution was found by explicitly deleting the variable holding those futures and aFIXME
was added.The text was updated successfully, but these errors were encountered: