Commit a914c0d
committed
[SYSTEMDS-3889] Fix new matrix-scalar rewrite test (missing cast)
This patch fixes issues of the test dml scripts in terms of missing
casts from 1-x-1 matrices to scalars. Interestingly, the test ran
fine in local environments because the parser validation runs
differently, and subsequently these 1-x-1 matrices where automatically
rewritten to scalars.1 parent 4a48a68 commit a914c0d
File tree
1 file changed
+2
-2
lines changed- src/test/scripts/functions/rewrite
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments