Commit 2621f6bd authored by Blais, Chris's avatar Blais, Chris
Browse files

time import called differently on cades

parent 3d9d8875
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -391,6 +391,7 @@ def test_nonlinear_soar(plot=False, random_sampling=False, ptype=1, verbose=1):


if __name__ == "__main__":
    from time import time
    t1 = time()
    test_nonlinear_soar(random_sampling = False, ptype=1, verbose=0)
    test_nonlinear_soar(random_sampling = False, ptype=2, verbose=0)