Skip to content

Commit

Permalink
removed logs/images
Browse files Browse the repository at this point in the history
  • Loading branch information
sanatd33 committed Feb 17, 2025
1 parent fd6e371 commit 28fec13
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 40,028 deletions.
Binary file removed Creation.png
Binary file not shown.
Binary file removed Traversal.png
Binary file not shown.
13 changes: 0 additions & 13 deletions creation_stats.txt

This file was deleted.

10,000 changes: 0 additions & 10,000 deletions intermediate_creation.out

This file was deleted.

10,000 changes: 0 additions & 10,000 deletions intermediate_traversal.out

This file was deleted.

4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ tests: test-cpp test-python
test-cpp: test-soccer
test-soccer:
$(call cmake_build_target, test-soccer)
./install/lib/rj_robocup/test-soccer --gtest_filter=CreatePath.*
./install/lib/rj_robocup/test-soccer --gtest_filter=$(TESTS)
test-soccer-nobuild:
./install/lib/rj_robocup/test-soccer --gtest_filter=${Tests}
./install/lib/rj_robocup/test-soccer --gtest_filter=$(TESTS)

test-python: perf
python3 -m pytest --cov rj_gameplay --cov stp rj_gameplay --cov-report xml
Expand Down
Loading

0 comments on commit 28fec13

Please sign in to comment.