Skip to content

Commit

Permalink
Undo EKOFactory bug
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Jan 13, 2025
1 parent 82192b6 commit a4f8b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a4f8b37

Please sign in to comment.