Skip to content

Commit

Permalink
Import from multiformat reader
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Feb 23, 2024
1 parent f16d044 commit 22fd0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynxtools_mpes/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import numpy as np
import xarray as xr
import yaml
from pynxtools.dataconverter.readers.base.reader import BaseReader
from pynxtools.dataconverter.readers.multi.reader import MultiFormatReader
from pynxtools.dataconverter.readers.utils import (
FlattenSettings,
flatten_and_replace,
Expand Down Expand Up @@ -241,7 +241,7 @@ def fill_data_indices_in_config(config_file_dict, x_array_loaded):
config_file_dict.pop(key)


class MPESReader(BaseReader):
class MPESReader(MultiFormatReader):
"""MPES-specific reader class"""

# pylint: disable=too-few-public-methods
Expand Down

0 comments on commit 22fd0ac

Please sign in to comment.