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 f6a0ed7 commit 345de78Copy full SHA for 345de78
sgkit/stats/cohort_numba_fns.py
@@ -51,6 +51,7 @@ def func(x: ArrayLike, cohort: ArrayLike, n: int, axis: int = -1) -> ArrayLike:
51
x,
52
cohort,
53
da.empty(n, dtype=np.int8),
54
+ dtype=x.dtype, # TODO: is this right? Might need to be passed in.
55
chunks=chunks,
56
drop_axis=replaced,
57
new_axis=replaced,
0 commit comments