mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
sneakers-the-rat
eac5ef4c80
move conftest to root so we find doctests? maybe we don't want to keep that tho
13 lines
No EOL
420 B
Markdown
13 lines
No EOL
420 B
Markdown
# TODO
|
|
|
|
Important things that are not implemented yet!
|
|
|
|
- {meth}`nwb_linkml.adapters.classes.ClassAdapter.handle_dtype` does not yet handle compound dtypes,
|
|
leaving them as `AnyType` instead. This is fine for a first draft since they are used rarely within
|
|
NWB, but we will need to handle them by making slots for each of the dtypes since they typically
|
|
represent table-like data.
|
|
|
|
## Docs TODOs
|
|
|
|
```{todolist}
|
|
``` |