Commit ea381c8
Address PR #345 CI review P3s: refresh stale comment + add removal regression guard
- tests/test_rust_backend.py: updated the stale "tracked as a low-priority
Rust cleanup TODO" comment to reflect that the Rust-side removal is now
done alongside the Python-side removal.
- tests/test_rust_backend.py: new test_compute_synthetic_weights_is_removed
as a regression guard against accidental re-export of the deleted PyO3
binding. Asserts both `from diff_diff._rust_backend import
compute_synthetic_weights` raises ImportError and the attribute is
absent on the module object.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3c89a4c commit ea381c8
1 file changed
Lines changed: 20 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
111 | 129 | | |
112 | 130 | | |
113 | 131 | | |
| |||
0 commit comments