-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No inner sections #525
Merged
Merged
No inner sections #525
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
36a121e
use pynxtools.nomad.schema.Root
sanbrock c1bc7d5
not using inner sections
sanbrock fc5b95b
fix for doc links if name contains _
sanbrock bfce048
fix format
sanbrock 274e0d6
linting
sanbrock 27fa71c
fixing tests
sanbrock 8fb4953
fixing mime-type for WSL
sanbrock bd22578
fix for handling raw files in subdirectories
sanbrock 8f1a0b4
use references in steps, and results in NexusMeasurement
sanbrock de2e94a
make nexus attributes searchable by importing them to NOMAD as Quanti…
sanbrock 9c4a361
temporary fix for boolean array as signals or axes - show first eleme…
GinzburgLev 2c4e3f6
handling arrays of strings
sanbrock 4aabf3b
handling attribute if it is an array of numbers
sanbrock 2d7106b
fix for handling bool (arrays) coming from hdf5
sanbrock dfffd21
add array size and ndim as attributes (#537)
rettigl e2371c4
field statistics are now searchable quantities themselves
sanbrock 3508079
NexusBaseSection for registering NeXUs Group instance names as search…
sanbrock ebafcf7
fix for registering stats
sanbrock 27421b6
searcable __name for variadic quantities
sanbrock cb4fa29
bringing statistic definitions to a common place
sanbrock f6548e9
Update src/pynxtools/nomad/parser.py
sanbrock 1231d17
Update src/pynxtools/nomad/schema.py
sanbrock 5259fd2
use mapping instead of if/elif-s
sanbrock 3f3d09d
manage std instead of var
sanbrock 81218f8
fix for ganareting __name/stat quantities
sanbrock 1d6c2cc
fix for handling attributes
sanbrock 04bd30a
ruffing
sanbrock ed34b3d
ruffing
sanbrock 6073eff
linting
sanbrock 8879fd9
fix for tests
sanbrock 946dff6
Merge branch 'master' into no_inner_sections
sanbrock 0ff536f
adjust to nomad's python requirement
sanbrock cb93adf
Merge remote-tracking branch 'refs/remotes/origin/no_inner_sections' …
sanbrock File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think at some point we should just drop support for python<3.10, like NOMAD did. I can do this in a separate PR.