Skip to content

Commit

Permalink
remove unneeded assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 23, 2025
1 parent 360f410 commit 47798df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spynnaker/pyNN/models/common/local_only_2d_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def get_delay_for_source(incoming: "Projection") -> Tuple[
delay_edge = app_edge.delay_edge
assert delay_edge is not None
pre_vertex = delay_edge.pre_vertex
assert isinstance(pre_vertex, ColouredApplicationVertex)
return pre_vertex, local_delay, delay_stage, s_info.partition_id


Expand Down

0 comments on commit 47798df

Please sign in to comment.