Skip to content

Commit bacaf30

Browse files
authored
Update to work with new array schema and LoL pydantic generator (#14)
1 parent 2659925 commit bacaf30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2042
-3806
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,6 @@ dmypy.json
129129
.pyre/
130130

131131
.DS_Store
132-
/my_temperature.zarr
133-
/my_temperature.h5
132+
/out/*
133+
/my_container.h5
134+
/my_container.zarr

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ Support for loading and dumping N-dimensional arrays in LinkML.
55
# Quick reference for common commands
66

77
```bash
8-
cd linkml-model
9-
poetry run gen-json-schema tests/input/examples/schema_definition-array-2.yaml
10-
poetry run gen-pydantic tests/input/examples/schema_definition-array-2.yaml
8+
poetry run gen-pydantic tests/input/temperature_schema.yaml > tests/array_classes_lol.py
119
```
1210

1311
# Acknowledgements

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import os
77
from datetime import date
8+
89
from linkml_arrays import __version__
910

1011
# -- Project information -----------------------------------------------------
@@ -24,7 +25,7 @@
2425
"sphinx_rtd_theme",
2526
"sphinx_click",
2627
# "sphinx_autodoc_typehints",
27-
"myst_parser"
28+
"myst_parser",
2829
]
2930

3031
# generate autosummary pages

my_temperature.DaySeries.values.h5

-2.02 KB
Binary file not shown.

my_temperature.DaySeries.values.npy

-152 Bytes
Binary file not shown.
-2.02 KB
Binary file not shown.
-152 Bytes
Binary file not shown.
-2.02 KB
Binary file not shown.
-152 Bytes
Binary file not shown.
-2.21 KB
Binary file not shown.

0 commit comments

Comments
 (0)