From 0f9068e2a5e5d03fe263317472366456c2b71298 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Wed, 7 Oct 2009 17:24:57 +0000 Subject: [PATCH] ENH: Removed list of list from dicom_grouper --- invesalius/reader/dicom_grouper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/reader/dicom_grouper.py b/invesalius/reader/dicom_grouper.py index cb3b747..3490b54 100644 --- a/invesalius/reader/dicom_grouper.py +++ b/invesalius/reader/dicom_grouper.py @@ -298,7 +298,7 @@ class DicomGroups: #the number of previously existing number is #greater or equal then the group keeps up, #but maintains the same group of positions. - if len(self.groups_dcm.keys()) > len(groups_dcm_.keys()): + if len(self.groups_dcm.keys()) < len(groups_dcm_.keys()): self.groups_dcm = groups_dcm_ for j in xrange(len(self.groups_dcm.keys())): -- libgit2 0.21.2