##// END OF EJS Templates
Bug fixed: configuracion de la decodificacion, data is not defined
Miguel Valdez -
r299:7f94e46a8bf1
parent child
Show More
@@ -656,7 +656,7 class Decoder(Operation):
656 return 1
656 return 1
657
657
658 if not self.__isConfig:
658 if not self.__isConfig:
659 self.setup(code, data.shape)
659 self.setup(code, dataOut.data.shape)
660 self.__isConfig = True
660 self.__isConfig = True
661
661
662 if mode == 0:
662 if mode == 0:
General Comments 0
You need to be logged in to leave comments. Login now