ZeeUTao / zi_labrad

python module to control Zurich instruments in quantum computing
GNU General Public License v3.0
1 stars 2 forks source link

Zee u tao file structure #2

Closed ZeeUTao closed 4 years ago

ZeeUTao commented 4 years ago

restructure the files, import style as google style (https://google.github.io/styleguide/pyguide.html#typing-imports)

Reference flags in code with just the module name (common).

from doctor.who import jodie

X

Unclear what module the author wanted and what will be imported. The actual

import behavior depends on external factors controlling sys.path.

Which possible jodie module did the author intend to import?

import jodie

ZeeUTao commented 4 years ago

running successfully in qulab_1