diff --git a/test/test_arraycontext.py b/test/test_arraycontext.py index ffd7553d5b321665288213160d48bf89555eccd8..26d4d807c7bbf9ffe5257a84cc5713ddf3344480 100644 --- a/test/test_arraycontext.py +++ b/test/test_arraycontext.py @@ -1360,6 +1360,8 @@ def test_container_equality(actx_factory): class Foo: u: DOFArray + __array_priority__ = 1 # disallow numpy arithmetic to take precedence + @property def array_context(self): return self.u.array_context