Hello out there,
i try to run this Python-code snippet after I have imported:
import numpy as Numeric
import numpy as numpy
Numeric.Int = Numeric.int32
Numeric.Float = Numeric.float64
Code:
if m < maxN and n < maxN and self.activeWide[m+1, n+1]:
try:
Hello out there,
i try to run this Python-code snippet after I have imported:
import numpy as Numeric
import numpy as numpy
Numeric.Int = Numeric.int32
Numeric.Float = Numeric.float64
Code:
if m < maxN and n < maxN and self.activeWide[m+1, n+1]:
try: