tonik 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tonik-0.1.1 → tonik-0.1.2}/PKG-INFO +1 -1
- {tonik-0.1.1 → tonik-0.1.2}/pyproject.toml +1 -1
- {tonik-0.1.1 → tonik-0.1.2}/src/tonik/storage.py +1 -1
- {tonik-0.1.1 → tonik-0.1.2}/tests/test_group.py +0 -1
- {tonik-0.1.1 → tonik-0.1.2}/.devcontainer/devcontainer.json +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/.gitignore +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/HOW_TO_RELEASE.md +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/LICENSE +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/README.md +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/docs/index.md +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/docs/tonik_example.ipynb +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/mkdocs.yml +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/src/tonik/__init__.py +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/src/tonik/api.py +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/src/tonik/package_data/index.html +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/src/tonik/utils.py +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/src/tonik/xarray2netcdf.py +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/src/tonik/xarray2zarr.py +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/tests/backend_speed_test.py +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/tests/conftest.py +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/tests/test_api.py +0 -0
- {tonik-0.1.1 → tonik-0.1.2}/tests/test_save.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: tonik
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Store time series data as HDF5 files and access them through an API.
|
|
5
5
|
Project-URL: Homepage, https://tsc-tools.github.io/tonik
|
|
6
6
|
Project-URL: Issues, https://github.com/tsc-tools/tonik/issues
|
|
@@ -147,7 +147,6 @@ def test_shape(tmp_path_factory):
|
|
|
147
147
|
rsam_shape = g.shape('ssam')
|
|
148
148
|
assert rsam_shape['datetime'] == 20
|
|
149
149
|
assert rsam_shape['frequency'] == 10
|
|
150
|
-
assert rsam_shape['fbfrequency'] == 10
|
|
151
150
|
|
|
152
151
|
g1 = Storage('volcanoes', rootdir=rootdir, backend='zarr')
|
|
153
152
|
g1.save(xdf, mode='w')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|