From 641b13bfc1e55335138b5ce14c309106f8699a8f Mon Sep 17 00:00:00 2001 From: evelinaametova <47400194+evelinaametova@users.noreply.github.com> Date: Thu, 13 Jun 2019 16:37:26 +0100 Subject: Update NEXUSDataReader.py --- Wrappers/Python/ccpi/io/NEXUSDataReader.py | 6 ++---- 1 file 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 +''' -- cgit v1.2.3