Skip to content

Commit 4e78a8c

Browse files
Jammy2211Copilot
andauthored
Update autoarray/structures/arrays/kernel_2d.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 88a2a24 commit 4e78a8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoarray/structures/arrays/kernel_2d.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,8 @@ def convolved_mapping_matrix_from(
862862

863863
# -------------------------------------------------------------------------
864864
# Build native cube in the FFT dtype (THIS IS THE KEY)
865-
# Requires mapping_matrix_native_from to accept dtype_native kwarg.
865+
# This relies on mapping_matrix_native_from honoring the use_mixed_precision
866+
# kwarg when constructing the native mapping matrix.
866867
# -------------------------------------------------------------------------
867868
mapping_matrix_native = self.mapping_matrix_native_from(
868869
mapping_matrix=mapping_matrix,

0 commit comments

Comments
 (0)