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 24a2234 commit cff7587Copy full SHA for cff7587
tests/tensor/test_blockwise.py
@@ -328,7 +328,7 @@ class BlockwiseOpTester:
328
329
@classmethod
330
def setup_class(cls):
331
- seed = sum(map(ord, str(cls.core_op)))
+ seed = sum(map(ord, str(cls.core_op) + cls.signature))
332
cls.rng = np.random.default_rng(seed)
333
cls.params_sig, cls.outputs_sig = _parse_gufunc_signature(cls.signature)
334
if cls.batcheable_axes is None:
0 commit comments