Closed eschombu closed 8 months ago
As currently implemented, the gaussian_filter plugin modifies its input data in-place. While more memory-efficient, this is unexpected and can cause problems downstream, so this change has it operate on a copy of the input data.
gaussian_filter
As currently implemented, the
gaussian_filter
plugin modifies its input data in-place. While more memory-efficient, this is unexpected and can cause problems downstream, so this change has it operate on a copy of the input data.