From 666be4a430022a9ece7bf330177d9c5be01d417b Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni <kaushikcfd@gmail.com> Date: Tue, 15 Jun 2021 09:35:10 -0500 Subject: [PATCH] removes reference to pytato array's namespace --- arraycontext/impl/pytato.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arraycontext/impl/pytato.py b/arraycontext/impl/pytato.py index 4dae3d0..e8f4b44 100644 --- a/arraycontext/impl/pytato.py +++ b/arraycontext/impl/pytato.py @@ -58,10 +58,6 @@ class _PytatoFakeNumpyNamespace(BaseFakeNumpyNamespace): def _get_fake_numpy_linalg_namespace(self): return _PytatoFakeNumpyLinalgNamespace(self._array_context) - @property - def ns(self): - return self._array_context.ns - def __getattr__(self, name): pt_funcs = ["abs", "sin", "cos", "tan", "arcsin", "arccos", "arctan", -- GitLab