You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Goal:** Migrate helper/utility code from Fortran-order to C-order internally, while keeping the legacy API functional. No structural API changes — deprecation warnings only. Fix hacky shaping/indexing throughout.
129
+
**Goal:** Migrate helper/utility code from Fortran-order to C-order internally, while keeping the legacy API functional. No structural API changes — Future warnings only. Fix hacky shaping/indexing throughout.
130
130
131
131
**Scope:** 55 occurrences of `order="F"` across 10 files. Migrate where possible, keep F-order only at explicit boundaries.
132
132
@@ -338,7 +338,7 @@ result = kspaceFirstOrder(kgrid, medium, source, sensor,
338
338
339
339
**Cross-cutting:**
340
340
-`tests/test_backend_parity.py` — Python vs C++ backends produce same results for shared test cases
341
-
-`tests/test_deprecation_warnings.py` — verify FutureWarning emitted on legacy API calls
341
+
-`tests/test_Future_warnings.py` — verify FutureWarning emitted on legacy API calls
0 commit comments