From 56d26f5ff6d9405d6f127a2b39dac020d2611dc3 Mon Sep 17 00:00:00 2001 From: Matthias Diener <mdiener@illinois.edu> Date: Fri, 18 Jun 2021 08:56:16 -0500 Subject: [PATCH] WS fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andreas Klöckner <inform@tiker.net> --- arraycontext/fake_numpy.py | 1 - arraycontext/impl/pytato.py | 1 - 2 files changed, 2 deletions(-) diff --git a/arraycontext/fake_numpy.py b/arraycontext/fake_numpy.py index ee714f2..e396247 100644 --- a/arraycontext/fake_numpy.py +++ b/arraycontext/fake_numpy.py @@ -225,7 +225,6 @@ class BaseFakeNumpyLinalgNamespace: else: raise NotImplementedError(f"unsupported value of 'ord': {ord}") - # }}} diff --git a/arraycontext/impl/pytato.py b/arraycontext/impl/pytato.py index 8663b7c..fbb6851 100644 --- a/arraycontext/impl/pytato.py +++ b/arraycontext/impl/pytato.py @@ -48,7 +48,6 @@ class _PytatoFakeNumpyNamespace(BaseFakeNumpyNamespace): """ A :mod:`numpy` mimic for :class:`PytatoArrayContext`. - .. note:: :mod:`pytato` does not define any memory layout. If the caller invokes -- GitLab