Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit ab18c53

Browse files
committed
Add comment.
1 parent 9eb76e1 commit ab18c53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

diffxpy/testing/det.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ def _ave(self):
791791
792792
:return: np.ndarray
793793
"""
794+
# https://github.com/dask/dask/issues/7169
794795
x = self.x
795796
if isinstance(x, dask.array.core.Array):
796797
x = x.compute()

0 commit comments

Comments
 (0)