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
That's relying on boolean inc_subtensor. After #1106 we could convert that to integer inc_subtensor with nonzero(), although it may be worth implementing a special case for boolean
Description
This model runs partially in objectmode:
The
AdvancedSetSubtensor
nodes use object model in numba currently, but I think we should be able to implement those without too much trouble.The text was updated successfully, but these errors were encountered: