fix(testing): forward pass test updated to new abstraction
This commit is contained in:
parent
3ad1ad8e39
commit
079480324d
4 changed files with 20 additions and 9 deletions
|
|
@ -88,6 +88,3 @@ def test_processor_converts_to_egocentric_direction():
|
|||
f"The obs_processor did not correctly rotate the vector to egocentric. "
|
||||
f"Expected {expected_local_target}, but got {local_target}."
|
||||
)
|
||||
|
||||
|
||||
test_processor_converts_to_egocentric_direction()
|
||||
|
|
|
|||
Reference in a new issue