Skip to content

Commit

Permalink
PR
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Nov 24, 2023
1 parent eb4b99c commit 8d021af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pynxtools/dataconverter/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def get_nxdl_root_and_path(nxdl: str):
----------
nxdl: str
Name of nxdl file e.g. NXapm from NXapm.nxdl.xml.
Returns
-------
ET.root
Expand Down Expand Up @@ -184,6 +185,7 @@ def convert(input_file: Tuple[str],
in the template.
undocumented : bool, default False
If True, an undocumented warning is given.
Returns
-------
None.
Expand Down
2 changes: 1 addition & 1 deletion pynxtools/dataconverter/readers/xrd/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_template_from_xrd_reader(nxdl_name, file_paths):

# pylint: disable=too-few-public-methods
class XRDReader(BaseReader):
"""Reader for XPS."""
"""Reader for XRD."""

supported_nxdls = ["NXxrd_pan"]

Expand Down

0 comments on commit 8d021af

Please sign in to comment.