Skip to content

Commit

Permalink
fix: Use serializable types for custom attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Nov 15, 2024
1 parent 5836076 commit a6fd145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qibolab/_core/pulses/envelope.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ class Custom(BaseEnvelope):

kind: Literal["custom"] = "custom"

i_: npt.NDArray
q_: npt.NDArray
i_: NdArray
q_: NdArray

def i(self, samples: int) -> Waveform:
"""I.
Expand Down

0 comments on commit a6fd145

Please sign in to comment.