Skip to content

Remove case-colliding duplicate AIRadar/Lidar2Radar.py - #2

Open
egeboy35 wants to merge 1 commit into
lkk688:mainfrom
egeboy35:fix/case-collision
Open

Remove case-colliding duplicate AIRadar/Lidar2Radar.py#2
egeboy35 wants to merge 1 commit into
lkk688:mainfrom
egeboy35:fix/case-collision

Conversation

@egeboy35

Copy link
Copy Markdown

AIRadar/Lidar2Radar.py and AIRadar/lidar2radar.py are both tracked and point to the same blob (8e3763e, identical content). On case-insensitive filesystems (Windows and default macOS) git can only materialize one of the two paths, so every clone on those platforms checks out in a slightly degraded state and can show phantom diffs.

This removes the uppercase duplicate from the index and keeps lidar2radar.py. No code or documentation imports/references either module by name (Lidar2Radar_otfs_ofdm.py is a different, non-colliding file), so nothing else changes.

Verified with git ls-tree (identical blobs) and a repo-wide search for importers (none).

🤖 Generated with Claude Code

Both AIRadar/Lidar2Radar.py and AIRadar/lidar2radar.py are tracked with
identical content. On case-insensitive filesystems (Windows and default
macOS) only one of the two paths can materialize on disk, so every clone
on those platforms checks out in a degraded state. Keep lidar2radar.py;
no code imports either module by name, so nothing else changes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant