cmask! in https://github.com/MurrellGroup/Flowfusion.jl/blob/main/src/mask.jl#L56-L59 will use boolean matrix indexing if there is a batch dimension, which is only supported as of 1.11.
A backwards compatible solution may be to reshape inside the endslices function.
cmask!in https://github.com/MurrellGroup/Flowfusion.jl/blob/main/src/mask.jl#L56-L59 will use boolean matrix indexing if there is a batch dimension, which is only supported as of 1.11.A backwards compatible solution may be to reshape inside the
endslicesfunction.