We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b8e2e commit da4fa7dCopy full SHA for da4fa7d
1 file changed
spynnaker_integration_tests/test_ignores/test_ignores.py
@@ -101,7 +101,7 @@ def test_with_actual_ip_address(self):
101
102
if __name__ == '__main__':
103
# Hack in to set the ignores with used IP address
104
- GetMachineProcess._receive_chip_info = hacked_receive_chip_info
+ GetMachineProcess._receive_chip_info = hacked_receive_chip_info # type: ignore[method-assign] # noqa: E501
105
106
sim.setup(timestep=1.0, n_boards_required=6)
107
machine = sim.get_machine()
0 commit comments