Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Crawler
Commits
484f1515
Commit
484f1515
authored
2 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
WIP: Begin h5 cfood for unit tests
parent
731861cc
No related branches found
No related tags found
2 merge requests
!160
STY: styling
,
!143
ENH: HDF5 Converter
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
unittests/h5_cfood.yml
+39
-0
39 additions, 0 deletions
unittests/h5_cfood.yml
with
39 additions
and
0 deletions
unittests/h5_cfood.yml
0 → 100644
+
39
−
0
View file @
484f1515
---
metadata
:
crawler-version
:
0.6.1
---
# Top-level, we have just the HDF5 file.
H5FileElement
:
type
:
H5File
match
:
(.*)\.(hdf5|h5)$
subtree
:
# Here, we have the groups, the top-level dataset, and possible attributes
# (empty for now).
RootIntegerElement
:
type
:
H5Dataset
match
:
^root_integers$
records
:
H5Dataset
:
parents
:
-
H5Dataset
subtree
:
# included NDArray in this dataset
TopLevelIntNDElement
:
type
:
H5Ndarray
match
:
(.*)
recordname
:
this
records
:
H5Dataset
:
+$this
# There is one more list-valued attribute to this dataset.
TopLevelDataAttribute
:
type
:
ListElement
match
:
^attr_data_root$
subtree
:
AttributeListEntries
:
type
:
FloatElement
match
:
(?P<value>.*)
records
:
H5Dataset
:
attr_data_root
:
+$value
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment