Skip to content

Commit

Permalink
fixing main pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
amirgolp committed Oct 24, 2024
1 parent db0c852 commit 67cfb27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
from nomad.metainfo.metainfo import Property, SchemaPackage
from nomad.units import ureg

configuration = config.get_plugin_entry_point(
'nomad_external_eln_integrations.schema_packages.elabftw:schema'
)

m_package = SchemaPackage()

Expand Down Expand Up @@ -162,7 +159,7 @@ def normalize(self, archive, logger):
logger.info('Parsing finished.')


m_package.init_metainfo()
m_package.__init_metainfo()


def _extract_data(data, jmes_path):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
)
from nomad.metainfo.metainfo import SchemaPackage, SectionProxy

# configuration = config.get_plugin_entry_point(
# 'nomad_external_eln_integrations.schema_packages.labfolder:schema'
# )

m_package = SchemaPackage()

Expand Down Expand Up @@ -472,4 +469,4 @@ def normalize(self, archive, logger):
)


m_package.init_metainfo()
m_package.__init_metainfo()

0 comments on commit 67cfb27

Please sign in to comment.