##// END OF EJS Templates
Test codificacion
Miguel Valdez -
r315:2959c7b90d7f
parent child
Show More
@@ -650,7 +650,7 class Decoder(Operation):
650 650
651 651 ini = time.time()
652 652
653 code = self.code[self.__profIndex].reshape(1,-1)
653 code = self.code[self.__profIndex]
654 654
655 655 print self.datadecTime.shape, data.shape, code.shape
656 656
General Comments 0
You need to be logged in to leave comments. Login now