From 0ab0b7ea27d200e468be7c9680106c9835cc466d Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Thu, 21 Apr 2016 13:16:11 +0200 Subject: [PATCH] Bump loopy version --- python/dune/perftool/loopy/target.py | 3 +-- python/loopy | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/python/dune/perftool/loopy/target.py b/python/dune/perftool/loopy/target.py index 2553dcf9..dd4441dd 100644 --- a/python/dune/perftool/loopy/target.py +++ b/python/dune/perftool/loopy/target.py @@ -36,8 +36,7 @@ class DuneTarget(TargetBase): def dtype_to_typename(self, dtype): # For now, we do this the simplest possible way - assert(type(dtype) == numpy.dtype) - return _registry[dtype.name] + return _registry[dtype.dtype.name] # # def is_vector_dtype(self, dtype): # raise NotImplementedError() diff --git a/python/loopy b/python/loopy index b3375f95..c3950ff5 160000 --- a/python/loopy +++ b/python/loopy @@ -1 +1 @@ -Subproject commit b3375f95b44990cea9c91b257f81d59b8d3bc50e +Subproject commit c3950ff5c8fce47f208ffe59374222a66a80b64d -- GitLab