add out put in tests
This commit is contained in:
@@ -2,4 +2,5 @@ import numpy as np
|
||||
import openGJKpy as opengjk
|
||||
a = np.array([[1.,1.,1.],[1.,1.,1.]])
|
||||
b = np.array([[11.,1.,1.],[1.,1.,1.]])
|
||||
d = opengjk.pygjk(a,b)
|
||||
d = opengjk.pygjk(a,b)
|
||||
print(d)
|
||||
Reference in New Issue
Block a user