diff --git a/test-ci.py b/test-ci.py index 64585d8..b668586 100755 --- a/test-ci.py +++ b/test-ci.py @@ -4,21 +4,21 @@ from tests.commands import * - #test_latest() + test_latest() - #scan_object = test_scan() - #recover_best_model() + scan_object = test_scan() + recover_best_model() - #test_random_methods() + test_random_methods() - #test_autom8() - #test_templates() + test_autom8() + test_templates() # test_analyze(scan_object) - #test_lr_normalizer() - #test_predict() - #test_reducers() - #test_rest(scan_object) + test_lr_normalizer() + test_predict() + test_reducers() + test_rest(scan_object) print("\n All tests successfully completed :) Good work. \n ") diff --git a/test-local.sh b/test-local.sh index ae1f083..6567e70 100755 --- a/test-local.sh +++ b/test-local.sh @@ -7,7 +7,7 @@ mprof run ./tests/performance/memory_pressure.py python3 ./tests/performance/memory_pressure_check.py # run CI tests -python test-ci.py +python3 test-ci.py # cleanup rm mprofile_*.dat