pycroscopy / sidpy

Python utilities for storing, processing, and visualizing spectroscopic and imaging data
https://pycroscopy.github.io/sidpy/
MIT License
12 stars 14 forks source link

Dev mani #166

Closed saimani5 closed 1 year ago

saimani5 commented 1 year ago

--Tests are modified to accommodate numpy version 1.24. np.float and np.complex are changed to 'float' and 'complex'.

--A minor bug in the dataset.fold method is now fixed in the method where it folds the spectral dimensions.