Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Dec 12, 2023
1 parent 52dfdd2 commit 186729a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qibolab/instruments/rfsoc/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class RFSoC(Controller):

PortType = RFSoCPort

def __init__(self, name: str, address: str, port: int, sampling_rate: float = 1):
def __init__(self, name: str, address: str, port: int, sampling_rate: float = 1.0):
"""Set server information and base configuration.
Args:
Expand Down
2 changes: 1 addition & 1 deletion src/qibolab/pulses.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from qibolab.symbolic import intSymbolicExpression as se_int

SAMPLING_RATE = 1
"""Default sampling rate in samples per second.
"""Default sampling rate in gigasamples per second (GSps).
Used for generating waveform envelopes if the instruments do not provide a different value.
"""

Expand Down

0 comments on commit 186729a

Please sign in to comment.