Skip to content

Commit

Permalink
fix reference to shape
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-k committed Aug 19, 2024
1 parent aec2cba commit a0193d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibolab/pulses.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ def copy(self): # -> Pulse|ReadoutPulse|DrivePulse|FluxPulse:
self.start,
self.duration,
self.amplitude,
self._shape,
self.shape,
self.channel,
self.qubit,
)
Expand Down

0 comments on commit a0193d3

Please sign in to comment.