dedalus icon indicating copy to clipboard operation
dedalus copied to clipboard

local_group_arrays

Open csskene opened this issue 1 year ago • 0 comments

Hi I've noticed that local_group_arrays now returns an error. When running m, ell, *_ = d.coeff_layout.local_group_arrays(b.domain,scales=1) I get an error when the function tries to find the chunk_shape

 chunk_shape = domain.chunk_shape(self)

                  ^^^^^^^^^^^^^^^^^^

AttributeError: 'CachedMethod' object has no attribute 'chunk_shape'

Attached is a small example that exhibits this problem Thanks, Calum group_arrays.txt

csskene avatar Mar 07 '24 07:03 csskene