Commit 4d8fcad
authored
#3625 was already mostly addressed by #3620, but used `list(zip(...))`
instead of `np.stack`. The latter seems like the better approach, since
it avoids splitting up the array into lots of smaller arrays.
So this is replacing the `list(zip(...))` pattern with `np.stack(...,
axis=1)`.
Closes #3625.
1 parent 9ad4f4e commit 4d8fcad
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- docs/content/getting-started
- examples/python/dna
- rerun_py/rerun_sdk/rerun_demo
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments