From 14dd9ab5ca645bc8db0194d80de62b66864a3eb8 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Thu, 17 Jun 2021 14:22:58 -0500 Subject: [PATCH] add @property MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andreas Klöckner --- arraycontext/impl/pytato.py | 1 + 1 file changed, 1 insertion(+) diff --git a/arraycontext/impl/pytato.py b/arraycontext/impl/pytato.py index 93bf7e4..8663b7c 100644 --- a/arraycontext/impl/pytato.py +++ b/arraycontext/impl/pytato.py @@ -528,6 +528,7 @@ class PytatoArrayContext(ArrayContext): return pt.einsum(spec, *(preprocess_arg(arg) for arg in args)) + @property def permits_inplace_modification(self): return False -- GitLab