labscript-suite / labscript

The 𝗹𝗮𝗯𝘀𝗰𝗿𝗶𝗽𝘁 library provides a translation from expressive Python code to low-level hardware instructions.
http://labscriptsuite.org
BSD 2-Clause "Simplified" License
9 stars 48 forks source link

Fix bad np.array call in `Output.expand_timeseries` #101

Closed dihm closed 1 year ago

dihm commented 1 year ago

Also adds explicit import of numpy, instead of relying on star import.

Fixes #100