diff options
| author | evelinaametova <47400194+evelinaametova@users.noreply.github.com> | 2019-06-13 16:37:26 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-13 16:37:26 +0100 | 
| commit | 641b13bfc1e55335138b5ce14c309106f8699a8f (patch) | |
| tree | 514a1b3b71fb96c74d568cf5a1b24b14ad95bf27 | |
| parent | 58e5fb8a81050d1202a565906b5fdc1424206029 (diff) | |
| download | framework-641b13bfc1e55335138b5ce14c309106f8699a8f.tar.gz framework-641b13bfc1e55335138b5ce14c309106f8699a8f.tar.bz2 framework-641b13bfc1e55335138b5ce14c309106f8699a8f.tar.xz framework-641b13bfc1e55335138b5ce14c309106f8699a8f.zip | |
Update NEXUSDataReader.py
| -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 +''' | 
