hi my function have a this typeerror please help me def simulateLBM(M,N,K,R,pi,rho,mu,sigma):
Z=np.empty((M,K),dtype=int) W=np.empty((N,R),dtype=int) for i,j