Commit d2ce8d3
committed
Bug fix: Optional sequences shouldn't be defauled to null
MLArgMinMaxOptions and MLReduceOptions have an 'axes' member that the
IDL declares as defaulting to null. They have type sequence<unsigned
long> which is not nullable. The intent is that these are optional
members with default behavior if not present, which is handled in the
algorithm already.1 parent 479ce17 commit d2ce8d3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1478 | 1478 | | |
1479 | 1479 | | |
1480 | 1480 | | |
1481 | | - | |
| 1481 | + | |
1482 | 1482 | | |
1483 | 1483 | | |
1484 | 1484 | | |
| |||
4948 | 4948 | | |
4949 | 4949 | | |
4950 | 4950 | | |
4951 | | - | |
| 4951 | + | |
4952 | 4952 | | |
4953 | 4953 | | |
4954 | 4954 | | |
| |||
0 commit comments