Skip to content

Commit

Permalink
Remove TODOD associated with previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rastislav Turanyi committed Nov 22, 2024
1 parent 8568814 commit 75b08a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resolution_functions/models/pychop.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ def _get_chop_times(cls,
chop_times = []

# first we optimise on the main Ei
# TODO: Calculate only the first and last choppers (only those used upstream)
for frequency, chopper in zip([frequencies[0], frequencies[-1]], [choppers[0], choppers[-1]]):
chopper: DiskChopper
this_phase, phase_independence = chopper['default_phase'], chopper['is_phase_independent']
Expand Down

0 comments on commit 75b08a9

Please sign in to comment.