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
We have unit tests that check that the torch_tensor_delete destructor works when called manually or automatically via the finalizer. However, we do not consider the case where a user calls the destructor and then applies a constructor to the same tensor. @ma595 showed an example where this could happen in a loop over vertical levels, for example.
The text was updated successfully, but these errors were encountered:
We have unit tests that check that the
torch_tensor_delete
destructor works when called manually or automatically via the finalizer. However, we do not consider the case where a user calls the destructor and then applies a constructor to the same tensor. @ma595 showed an example where this could happen in a loop over vertical levels, for example.The text was updated successfully, but these errors were encountered: