Commit 4285eb3
committed
NumPy 2.0 (commonly bundled with Python 3.11+) renamed the newshape parameter to shape in np.reshape(). Using positional arguments instead of keyword arguments works across all NumPy versions
1 parent 2616789 commit 4285eb3
File tree
2 files changed
+4
-4
lines changed- traceml
- tests/test_events_processing
- traceml/processors/events_processors
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
| 188 | + | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
0 commit comments