manoharan-lab / holopy

Hologram processing and light scattering in python
GNU General Public License v3.0
131 stars 50 forks source link

fixed undefined symbols identified by flake8 #438

Closed vnmanoharan closed 6 months ago

vnmanoharan commented 7 months ago

This PR fixes a lot of undefined variables, classes, and function names found by running

flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

These would have led to runtime errors but the undefined symbols were in places that aren't typically reached in normal execution.