diff --git a/schainpy/model/jroprocessing.py b/schainpy/model/jroprocessing.py index c66e1f9..19992e6 100644 --- a/schainpy/model/jroprocessing.py +++ b/schainpy/model/jroprocessing.py @@ -650,7 +650,7 @@ class Decoder(Operation): ini = time.time() - code = self.code[self.__profIndex].reshape(1,-1) + code = self.code[self.__profIndex] print self.datadecTime.shape, data.shape, code.shape