We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701dbfb commit 7fccfefCopy full SHA for 7fccfef
pydra/engine/state.py
@@ -2,7 +2,7 @@
2
3
from copy import deepcopy
4
import itertools
5
-from functools import reduce
+from math import prod
6
import logging
7
import typing as ty
8
from pydra.utils.typing import StateArray, TypeParser
0 commit comments