mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Remove unit test
This commit is contained in:
parent
1f7da92727
commit
6d4889f1c5
@ -1,6 +0,0 @@
|
||||
def unittest(data_path, temp_path):
|
||||
import ulinalg
|
||||
from vec import distance
|
||||
m = ulinalg.ones(1, 10)
|
||||
d = distance.euclidean((0, 0, 0), (0, 1, 0))
|
||||
return (abs(1.0-d) < 0.01) and (abs(10.0 - sum(m)) < 0.01)
|
||||
Loading…
Reference in New Issue
Block a user