MazinLab / MKIDGen3

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

pyserial and matplotlib imported at toplevel in several modules where not necessary #28

Open ld-cd opened 8 months ago

ld-cd commented 8 months ago

matplotlib is imported at a top level in mkidgen3.server.waveform (and mkidgen3.plotting and mkidgen3.g3_paper but that's fine if those don't work without the plotting feature)

pyserial is imported at a toplevel in the ifboard driver which creates issues for a server only install via the same mechanism as #14