Skip to content

Commit

Permalink
Clear out old tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Dec 20, 2023
1 parent f155b4c commit 49f0368
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 533 deletions.
2 changes: 1 addition & 1 deletion .gut_editor_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"post_run_script": "",
"pre_run_script": "",
"prefix": "test_",
"selected": "test_simple_temporal_gtn.gd",
"selected": null,
"should_exit": true,
"should_exit_on_success": false,
"should_maximize": false,
Expand Down
4 changes: 2 additions & 2 deletions addons/task_goal/core/plan.gd
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ func m_split_multigoal(state, multigoal):
var goal_list: Array = []
for state_var_name in goal_dict.keys():
for arg in goal_dict[state_var_name]:
print("state_var_name: ", state_var_name)
print("arg: ", arg)
# print("state_var_name: ", state_var_name)
# print("arg: ", arg)
if goal_dict[state_var_name].has(arg) and goal_dict[state_var_name].size() > 0:
var val = goal_dict[state_var_name][arg]
goal_list.append([state_var_name, arg, val])
Expand Down
66 changes: 0 additions & 66 deletions goal_task_tests/test_dream.gd

This file was deleted.

39 changes: 0 additions & 39 deletions goal_task_tests/test_game_project.gd

This file was deleted.

2 changes: 1 addition & 1 deletion goal_task_tests/test_simple_temporal_gtn.gd
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ var goal3 = Multigoal.new("goal3", {"loc": {"Mia": "cinema", "Frank": "cinema"}}


func before_each():
planner.verbose = 3
planner.verbose = 0
planner._domains.push_back(the_domain)
planner.current_domain = the_domain
goal1.state["loc"] = {"Mia": "cinema"}
Expand Down
213 changes: 0 additions & 213 deletions goal_task_tests/test_temporal_logistics.gd

This file was deleted.

Loading

0 comments on commit 49f0368

Please sign in to comment.