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
During a tree decomposition, if both subtrees have multiple
recursion steps, the 'recursion_index' of one of the SateAlignerJob
instances falls behind. This causes it to try to create the same
temporary recursion directory a second time, which triggers an
OSError.
This commit makes the 'recursion_index' a global variable of the
SateAlignerJob class, which should fix this bug.
0 commit comments