Skip to content

Commit

Permalink
removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikko Kotila authored and Mikko Kotila committed Jan 28, 2022
1 parent a8fc649 commit 6afc1cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions test-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ")
2 changes: 1 addition & 1 deletion test-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6afc1cc

Please sign in to comment.