pyxem / kikuchipy

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

Remove extra progressbar when calling Signal2D.map() #548

Closed hakonanes closed 2 years ago

hakonanes commented 2 years ago

Now that # is released as part of HyperSpy v1.7.1, which added the missing progressbar output by Dask, we can remove the extra progressbar added in kikuchipy when calling Signal2D.map() in some EBSD signal methods.

hakonanes commented 2 years ago

Removed in #550.