Skip to content

Commit

Permalink
updating schemas with correct aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
amirgolp committed Oct 31, 2024
1 parent ba5809b commit f6bcb5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

m_package = SchemaPackage(
aliases=[
'nomad_elabftw_plugin',
'nomad.parsing.elabftw.elabftw.ELabFTW',
]
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

m_package = SchemaPackage(
aliases=[
'nomad_labfolder_plugin',
'nomad.datamodel.metainfo.eln.labfolder.LabfolderProject',
]
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

m_package = SchemaPackage(
aliases=[
'nomad_openbis_plugin',
'nomad.datamodel.metainfo.eln.openbis.OpenbisEntry',
]
)

Expand Down

0 comments on commit f6bcb5c

Please sign in to comment.