jacobjma / PyQSTEM

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

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

Closed schiotz closed 2 years ago

schiotz commented 5 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 2 years ago

Closed PR to obsolete package.