qibolab icon indicating copy to clipboard operation
qibolab copied to clipboard

Was the `List` in play_sequences() intended to be a `list()`?

Open rscircus opened this issue 10 months ago • 2 comments

https://github.com/qiboteam/qibolab/blob/a514441f7c020b190c7871df90d6892392d0b4da/doc/source/tutorials/instrument.rst?plain=1#L176

or typing.List?

rscircus avatar Apr 21 '24 19:04 rscircus

  • or typing.List?

rscircus avatar Apr 21 '24 19:04 rscircus

Should be just list. I believe List is a remnant of older versions of python, where list could not be used for type annotation.

hay-k avatar Apr 22 '24 10:04 hay-k