Skip to content

Commit

Permalink
updating schemas with aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
amirgolp committed Oct 28, 2024
1 parent a442fe5 commit ba5809b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@
from nomad.units import ureg


m_package = SchemaPackage()
m_package = SchemaPackage(
aliases=[
'nomad_elabftw_plugin',
]
)


class ElabftwImportError(Exception):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@
from nomad.metainfo.metainfo import SchemaPackage, SectionProxy


m_package = SchemaPackage()
m_package = SchemaPackage(
aliases=[
'nomad_labfolder_plugin',
]
)


class LabfolderDataElementDataContent(MSection):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
SubSection,
)

m_package = SchemaPackage()
m_package = SchemaPackage(
aliases=[
'nomad_openbis_plugin',
]
)


class OpenbisImportError(Exception):
Expand Down

0 comments on commit ba5809b

Please sign in to comment.