We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a2a24 commit 4e78a8cCopy full SHA for 4e78a8c
autoarray/structures/arrays/kernel_2d.py
@@ -862,7 +862,8 @@ def convolved_mapping_matrix_from(
862
863
# -------------------------------------------------------------------------
864
# Build native cube in the FFT dtype (THIS IS THE KEY)
865
- # Requires mapping_matrix_native_from to accept dtype_native kwarg.
+ # This relies on mapping_matrix_native_from honoring the use_mixed_precision
866
+ # kwarg when constructing the native mapping matrix.
867
868
mapping_matrix_native = self.mapping_matrix_native_from(
869
mapping_matrix=mapping_matrix,
0 commit comments