Skip to content

Commit

Permalink
# type: ignore[method-assign] # noqa: E501
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 8, 2024
1 parent 49b8e2e commit da4fa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spynnaker_integration_tests/test_ignores/test_ignores.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_with_actual_ip_address(self):

if __name__ == '__main__':
# Hack in to set the ignores with used IP address
GetMachineProcess._receive_chip_info = hacked_receive_chip_info
GetMachineProcess._receive_chip_info = hacked_receive_chip_info # type: ignore[method-assign] # noqa: E501

sim.setup(timestep=1.0, n_boards_required=6)
machine = sim.get_machine()
Expand Down

0 comments on commit da4fa7d

Please sign in to comment.