From a4f8b371f9720b6dfc6ded975cb210b73c12ecd5 Mon Sep 17 00:00:00 2001 From: Felix Hekhorn Date: Mon, 13 Jan 2025 11:23:10 +0200 Subject: [PATCH] Undo EKOFactory bug --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 8ce700e46..4ff7a8224 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -90,7 +90,7 @@ def _create(self): lx = len(self.operator.xgrid) lpids = len(self.operator.pids) for mu2, op in self._operators( - mugrid=self.operator.evolgrid, shape=(lpids, lx, lpids, lx) + mugrid=self.operator.evolgrid, shape=(lpids, lx) ).items(): self.cache[mu2] = op