Skip to content
Snippets Groups Projects
Commit c67b5fc6 authored by Matthias Diener's avatar Matthias Diener
Browse files

add permits_inplace_modification

parent fe656953
No related branches found
No related tags found
No related merge requests found
......@@ -528,5 +528,8 @@ class PytatoArrayContext(ArrayContext):
return pt.einsum(spec, *(preprocess_arg(arg) for arg in args))
def permits_inplace_modification(self):
return False
# }}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment