diff options
| -rw-r--r-- | Wrappers/Python/ccpi/io/NEXUSDataReader.py | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/Wrappers/Python/ccpi/io/NEXUSDataReader.py b/Wrappers/Python/ccpi/io/NEXUSDataReader.py index 1a7be3b..e6d4d3b 100644 --- a/Wrappers/Python/ccpi/io/NEXUSDataReader.py +++ b/Wrappers/Python/ccpi/io/NEXUSDataReader.py @@ -35,9 +35,7 @@ class NEXUSDataReader(object):          self.nexus_file = kwargs.get('nexus_file', None)          if self.nexus_file is not None: -            self.set_up(nexus_file = self.nexus_file, -                        roi = self.roi, -                        binning = self.binning) +            self.set_up(nexus_file = self.nexus_file)      def set_up(self,                  nexus_file = None): @@ -157,4 +155,4 @@ ad = reader.load_data()  print(ad)  ad = reader.get_geometry()  print(ad) -'''
\ No newline at end of file +''' | 
