Skip to content

Commit baa9d27

Browse files
committed
Remove unused variables in sim_radar loop
Cleaned up commented-out variable declarations in the sim_radar function loop within simulator_radar.pyx to improve code readability.
1 parent 7badd52 commit baa9d27

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/radarsimcpp

src/radarsimpy/simulator_radar.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,6 @@ cpdef sim_radar(radar, targets, frame_time=None, density=1, level=None, interf=N
325325
# Process each target with optimized loop
326326
mesh_module = None
327327
cdef int_t target_count = len(targets)
328-
# cdef dict tgt
329-
# cdef tuple loc, spd
330-
# cdef float_t rcs, phs
331328

332329
for target_idx in range(target_count):
333330
tgt = targets[target_idx]

0 commit comments

Comments
 (0)