1
Fork 0

fix(testing): forward pass test updated to new abstraction

This commit is contained in:
Robin Meersman 2026-05-05 12:11:37 +02:00
parent 3ad1ad8e39
commit 079480324d
4 changed files with 20 additions and 9 deletions

View file

@ -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()