pyxem / kikuchipy

Toolbox for analysis of electron backscatter diffraction (EBSD) patterns
https://kikuchipy.org
GNU General Public License v3.0
79 stars 30 forks source link

Silence dask warning about splitting large chunks when performing dictionary indexing #519

Closed hakonanes closed 1 year ago

hakonanes commented 2 years ago

Can be done with dask.config.set(**{"array.slicing.split_large_chunks": False}). This should be handled with care.