jacobjma / PyQSTEM

A Python interface to the electron microscopy simulation program QSTEM
GNU General Public License v3.0
60 stars 30 forks source link

Remove unused scipy import leading to crashes with newest scipy. #17

Closed schiotz closed 1 year ago

schiotz commented 4 years ago

A function in imaging.py imported scipy.interpolate.scipy but did not use it. That function is deprecated and has been removed in the newest scipy.

schiotz commented 1 year ago

Closed PR to obsolete package.