DeepTrackAI / deeplay

Other
5 stars 6 forks source link

fix issue with multi removing too many configurations #107

Closed BenjaminMidtvedt closed 6 months ago

BenjaminMidtvedt commented 6 months ago

Fixes an issue where block.multi(n) would remove configurations. This was introduced to solve a recursion error, however it broke nested calls to multi. This PR limits the configurations that are cleared to only include those that may lead to recursion errors.