Skip to content

Commit

Permalink
chore: make octaves optional in QmController
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Sep 13, 2024
1 parent 2b037d6 commit 87ca366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibolab/instruments/qm/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class QmController(Controller):
Has the form XXX.XXX.XXX.XXX:XXX.
"""

octaves: dict[str, Octave]
octaves: dict[str, Octave] = Field(default_factory=dict)
"""Dictionary containing the
:class:`qibolab.instruments.qm.controller.Octave` instruments being
used."""
Expand Down

0 comments on commit 87ca366

Please sign in to comment.