Skip to content

Commit

Permalink
docs: Temporarily prevent error generated by import
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Aug 12, 2024
1 parent 6ce7b45 commit 922d49d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/source/getting-started/experiment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ In this example, the qubit is controlled by a Zurich Instruments' SHFQC instrume
AcquisitionConfig,
OscillatorConfig,
)
from qibolab.instruments.zhinst import ZiChannel, Zurich

# TODO: understand error generate by doctest
# from qibolab.instruments.zhinst import ZiChannel, Zurich
from qibolab.platform import Platform
from qibolab.serialize import Runcard

Expand Down

0 comments on commit 922d49d

Please sign in to comment.