Commit 29bb489
committed
docs: replace native 'int' with core type 'uint16' in custom-codecs tutorial
- Changed conn_id : int → conn_id : uint16 in Connectivity table
- Changed unit_id : int → unit_id : uint16 in Unit table
- Python dataclass SpikeTrain.unit_id: int unchanged (Python type, not DJ type)
- Aligns with core type standards from TERMINOLOGY.md1 parent 429d510 commit 29bb489
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
0 commit comments