Commit df347bf
committed
refactor(points): drop no-op inverse.reshape(-1)
np.unique(return_inverse=True) already yields a 1-D inverse for the 1-D
color_vector, so reshape(-1) was a no-op. Output unchanged (6-scenario
parity holds).1 parent 407b494 commit df347bf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1345 | 1345 | | |
1346 | 1346 | | |
1347 | 1347 | | |
1348 | | - | |
| 1348 | + | |
1349 | 1349 | | |
1350 | 1350 | | |
1351 | 1351 | | |
| |||
0 commit comments