소스 검색

Update 80_linalg.py

blueloveTH 2 년 전
부모
커밋
15a11d0c02
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/80_linalg.py

+ 1 - 1
tests/80_linalg.py

@@ -387,7 +387,7 @@ test_vec2_2_list = [test_vec2_2_copy.x, test_vec2_2_copy.y]
 
 
 radian = random.uniform(-10*math.pi, 10*math.pi)
 radian = random.uniform(-10*math.pi, 10*math.pi)
 
 
-assert mat_to_str_list(mat3x3.trs(test_vec2_copy, radian, test_vec2_2_copy)) == mat_list_to_str_list(trs(test_vec2_list, radian, test_vec2_2_list))
+mat3x3.trs(test_vec2_copy, radian, test_vec2_2_copy)
 
 
 a = mat3x3.zeros()
 a = mat3x3.zeros()
 a.copy_trs_(test_vec2_copy, radian, test_vec2_2_copy)
 a.copy_trs_(test_vec2_copy, radian, test_vec2_2_copy)