Skip to content

Commit

Permalink
Don't reassign agent interface in sensors (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
saulfield authored May 1, 2023
1 parent 666e84c commit 275bfdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smarts/core/sensors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ def process_serialization_safe_sensors(
)
if neighborhood_vehicle_states_sensor:
neighborhood_vehicle_states = []
interface = sim_frame.agent_interfaces.get(agent_id)
interest_pattern = (
interface.done_criteria.interest.actors_pattern
if interface is not None
Expand Down

0 comments on commit 275bfdb

Please sign in to comment.