Skip to content

Commit

Permalink
Fix contradictory documentation
Browse files Browse the repository at this point in the history
Closes #95
  • Loading branch information
goerz committed Nov 10, 2021
1 parent d83d612 commit e9bad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/krotov/shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def flattop(t, t_start, t_stop, t_rise, t_fall=None, func='blackman'):
down to 0 again during `t_fall`.
Args:
t (float): Time point or time grid
t (float): Time point
t_start (float): Start of flattop window
t_stop (float): Stop of flattop window
t_rise (float): Duration of ramp-up, starting at `t_start`
Expand Down

0 comments on commit e9bad00

Please sign in to comment.