Skip to content

Commit

Permalink
Fix for rebasing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-sarthak committed Sep 3, 2024
1 parent ff9134b commit d583974
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
1 change: 1 addition & 0 deletions src/nomad_measurements/transmission/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import os
import re
from typing import TYPE_CHECKING

from nomad.datamodel.data import (
ArchiveSection,
EntryData,
Expand Down
15 changes: 0 additions & 15 deletions src/nomad_measurements/xrd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ def load(self):
)


class XRDParserEntryPoint(ParserEntryPoint):
def load(self):
from nomad_measurements.xrd.parser import XRDParser

return XRDParser(**self.dict())


parser = XRDParserEntryPoint(
name='XRD Parser',
description='Parser for several kinds of raw files from XRD measurements.',
mainfile_name_re=r'^.*\.xrdml$|^.*\.rasx$|^.*\.brml$',
mainfile_mime_re='text/.*|application/zip',
)


class XRDParserEntryPoint(ParserEntryPoint):
def load(self):
from nomad_measurements.xrd.parser import XRDParser
Expand Down

0 comments on commit d583974

Please sign in to comment.