Skip to content

Commit

Permalink
fix: typo in attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
David-GERARD authored Nov 28, 2024
1 parent c5c9d44 commit 63f928c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ def apply_dispersion(sigin, cd):
dpulse_s = apply_dispersion(pulse_s, CD)
dpulse_sq = apply_dispersion(pulse_sq, CD)

gvec[i, :] = dpulse_g.Pt
lvec[i, :] = dpulse_l.Pt
svec[i, :] = dpulse_s.Pt
sqvec[i, :] = dpulse_sq.Pt
gvec[i, :] = dpulse_g.pt
lvec[i, :] = dpulse_l.pt
svec[i, :] = dpulse_s.pt
sqvec[i, :] = dpulse_sq.pt


# Waterfall Plots
Expand Down

0 comments on commit 63f928c

Please sign in to comment.