Commit 34bdb2b
Fix sortslices rrule inference test failure on Julia 1.12
The ntuple with conditional (Colon vs Vector) produces a union type that
Julia 1.12 can no longer fully narrow, causing inference check failures.
Add check_inferred=false consistent with the existing 3D test case.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 8b8cf51 commit 34bdb2b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments