add out put in tests

fixes-turtlebasket
Mattia Montanari 2020-05-21 15:45:51 +01:00
parent 7640a21224
commit fc79f5e9df
1 changed files with 2 additions and 1 deletions

View File

@ -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)