Skip to content

Commit c8d2ea0

Browse files
author
Mayank
committed
tests: fix ruff/pre-commit issues in test_replace_cow_fix; normalize FINAL_REPORT.md line endings
1 parent 2c267b3 commit c8d2ea0

File tree

2 files changed

+146
-153
lines changed

2 files changed

+146
-153
lines changed

FINAL_REPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ self_blk_ids = {
5151

5252
**The Issue:**
5353
1. `b()` calls could return `None` if weak references became invalid
54-
2. `id(None)` would be used as a key, causing later KeyError
54+
2. `id(None)` would be used as a key, causing later KeyError
5555
3. The error manifested as "weakref is not in list" when trying to pop from the list
5656

5757
### Why np.nan specifically?
@@ -212,4 +212,4 @@ This fix successfully resolves the pandas CoW DataFrame.replace bug by implement
212212
**Fix completed by:** Assistant
213213
**Date:** 2025-10-22
214214
**Validation:** ✅ All tests pass
215-
**Deployment:** ✅ Ready for production
215+
**Deployment:** ✅ Ready for production

0 commit comments

Comments
 (0)