반응형
Notice
Link
목록비트비교 (1)
스택큐힙리스트
비트 단위 xor에 대한 TypeError
나는 입자의 경로를 추적하는 내 프로그램에서 다음과 같은 오류를 얻습니다: Traceback (most recent call last): File C:\Users\Felix\Google Drive\Research\particles.py, line 154, in bfield += b_X(r_p(r,pos[2]))*(r_p(r,pos[2])/r) *((r-r_p(r,pos[2]))**2+pos[2]**2)^(-1/2)*np.array ([(1-r_p(r,pos[2])/r)*pos[0],(1-r_p(r,pos[2])/r)*pos[1],pos[2]]) TypeError: ufunc 'bitwise_xor' not supported for the input types, and the inputs could not..
카테고리 없음
2023. 11. 27. 12:09