diff --git a/arraycontext/container/traversal.py b/arraycontext/container/traversal.py index 8abd73d95a5ae2051c12bf15099d51687a04513c..301bab346fd11b77e77023d6a6551d36ae7a348b 100644 --- a/arraycontext/container/traversal.py +++ b/arraycontext/container/traversal.py @@ -153,8 +153,6 @@ def _multimap_array_container_impl( iterable_template = serialize_container(template_ary) except NotAnArrayContainerError: return f(*args_) - else: - pass assert all( type(args_[i]) is type(template_ary) for i in container_indices[1:]