Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for rebasing issues
Browse files Browse the repository at this point in the history
ka-sarthak committed Sep 3, 2024
1 parent ff9134b commit f2bef40
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/nomad_measurements/xrd/__init__.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f2bef40

Please sign in to comment.