From 2157730229321bc1b4e071059da1aa7170dd8433 Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni <kaushikcfd@gmail.com> Date: Sun, 1 May 2022 17:18:50 -0500 Subject: [PATCH] further clarifies the role of ArrayContext.aray_types --- arraycontext/context.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arraycontext/context.py b/arraycontext/context.py index 49e6acc..bf2b547 100644 --- a/arraycontext/context.py +++ b/arraycontext/context.py @@ -213,8 +213,10 @@ class ArrayContext(ABC): .. attribute:: array_types - A :class:`tuple` of types that are the valid base array classes - the context can operate on. + A :class:`tuple` of types that are the valid array classes the + context can operate on. However, it is not necessary that *all* the + :class:`ArrayContext`\ 's operations would be legal for the types in + *array_types*. .. automethod:: freeze .. automethod:: thaw -- GitLab