Commit eb62d54
committed
Fix masked_replace_tool to use Fortran order for column-major layout
The GridMap specification requires column-major (Fortran) order when
flattening arrays. Changed flatten() to flatten(order="F") to match
the layout dimension labels (column_index, row_index).1 parent 33a8672 commit eb62d54
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments