Skip to content

Commit

Permalink
bug fix that test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhasself committed Oct 21, 2024
1 parent 9e04bf3 commit ce7fe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/agents/test_acu_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_avoidance():
path, analysis = sun.select_move(paths)
assert path is not None
assert len(path['moves'].nodes) == 3
del sun.policy['axes_sequential']
sun.policy['axes_sequential'] = False

# Find safe paths to here (no moves)
paths = sun.analyze_paths(270, 40, 270, 40)
Expand Down

0 comments on commit ce7fe2c

Please sign in to comment.