-
Notifications
You must be signed in to change notification settings - Fork 10
update definitions and change tools related to new NIAC ideas #578
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
Merged
Merged
Changes from 34 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
81b437e
update definitions
lukaspie 5b7a4f5
change plugin branches for testing
lukaspie e19509e
update definitions once more
lukaspie 912e60c
initial attempt at nameType in validation
lukaspie a64af5e
update defs again
lukaspie 882ff00
update defs
lukaspie 971db9a
nameType fixes, remove prints
lukaspie d9b7921
implement test cases for partial nameType and open enums
lukaspie f632f48
implement open enums in the validation
lukaspie 14da1bf
add NX_CHAR_OR_NUMBER to NeXusTree
lukaspie 19eea47
properly build inheritance and siblings
lukaspie 3032895
extends NXobject in NeXusTree
lukaspie 94193ca
update defs to feature branch for dev_tools
lukaspie c4e57f9
implement test for open enum
lukaspie dead37b
reorganize open enum tests in validatation
lukaspie 8ecad81
adjust namefitting for is_documented
lukaspie df9f59a
test for identifier in nested NXdata
lukaspie c5087f8
remove improper test value from NXdata
lukaspie 06405eb
change back to fairmat branch for definitions
lukaspie 6a3ae12
use new NXroot attributs
lukaspie 0dfa370
support complex units like eV/mm in nomad schema generation
lukaspie c3f4428
mypy fix
lukaspie b186762
remove print statements
lukaspie 3b0c956
adjust docstrings
lukaspie 61e30ea
update definitions once more
lukaspie b52aeb4
Merge branch 'master' into update-defs-and-related-tools
lukaspie 098fe0e
remove NXtest2, check NXtest more thoroughly
lukaspie 76d32cd
remove print statement
lukaspie 4572927
update ref nexus log
lukaspie 7865b39
catch another pint error
lukaspie 32e32f9
ignore one test case
lukaspie 741c4a8
update defs
lukaspie 3d1b37c
add a test for unit examples
lukaspie 0d0e7e5
only give UnitWithoutDocumentation if not ignore_undocumented
lukaspie 3277974
add a test for variadic concept for required field
lukaspie ce96690
adding tests for checking attributes
sanbrock 4e0e8db
Merge remote-tracking branch 'refs/remotes/origin/update-defs-and-rel…
sanbrock 4753cb2
add test for nameType=any
lukaspie 9544651
properly handle variadic attributes in groups and fields
lukaspie 0b73752
fix reader test
lukaspie 0cb5be1
Merge branch 'master' into update-defs-and-related-tools
lukaspie c211caf
update test framework for plugins to allow skipping expected output
lukaspie feec5df
add tests for identifierNAME
lukaspie 7b9546e
handling of identifierNAME and NXcollection
lukaspie 53bdacb
correctly check for named collections
lukaspie 05ce29f
linting fix
lukaspie 3eba315
remove commented code
lukaspie 0c6db81
update defs
lukaspie 9ac4396
use uppercase HDF5_Version in NXroot writing
lukaspie a2b3b34
use main branches for raman and ellips again
lukaspie 5ba7b2f
dont collect illegal unit in NXcollection
lukaspie 737c5e3
fix unit examples in NOMAD
lukaspie 7b590cc
update definitions once more
lukaspie b9fbc9d
update CITATION.cff before release
lukaspie b454916
reset plugin test branches
lukaspie 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,6 +36,7 @@ dependencies = [ | |
| "lxml>=4.9.1", | ||
| "toposort>=1.10.0", | ||
| "anytree", | ||
| "pint==0.17", | ||
| ] | ||
|
|
||
| [project.urls] | ||
|
|
||
This file contains hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.