Skip to content

Commit

Permalink
rename to __XML_NAMESPACES
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Oct 18, 2024
1 parent 9249732 commit 3561117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynxtools/nomad/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
)

# noinspection HttpUrlsUsage
XML_NAMESPACES = {"nx": "http://definition.nexusformat.org/nxdl/3.1"}
__XML_NAMESPACES = {"nx": "http://definition.nexusformat.org/nxdl/3.1"}

# TO DO the validation still show some problems. Most notably there are a few higher
# dimensional fields with non number types, which the metainfo does not support
Expand Down

0 comments on commit 3561117

Please sign in to comment.