Scan-o-Matic / scanomatic-standalone

GNU General Public License v3.0
0 stars 0 forks source link

Fix MyPy errors #51

Open local-minimum opened 2 years ago

local-minimum commented 2 years ago

📋 Info

MyPy errors indicate something is strange.

🏁 DoD

skymandr commented 2 years ago

Things such as scipy/skimage/numpy/matplotlib still don't have types, right? so just # type: ignore on these imports..? (Thinking of how to make some quick headway with the massive list...)

local-minimum commented 2 years ago

numpy has types in numpy.typing. I've introduced some of it.