SpiNNakerManchester / SpiNNMan

Interface to SpiNNaker boards from Python
Apache License 2.0
5 stars 1 forks source link

Unused Transceiver code to check #369

Closed Christian-B closed 4 months ago

Christian-B commented 8 months ago

send_sdp_message

get_connections

send_chip_update_provenance_and_exit

Christian-B commented 8 months ago

https://github.com/SpiNNakerManchester/SpiNNMan/blame/reduce-op-complexity/quick_tests/quick_tests.py

and specifically that is calls Transceiver.execute_flood with is_filename = True

Christian-B commented 4 months ago

send_sdp_message removed in https://github.com/SpiNNakerManchester/SpiNNMan/pull/393

Christian-B commented 4 months ago

send_chip_update_provenance_and_exit used by chip_provenance_updater

Christian-B commented 4 months ago

transceiver._all_connections is used so get_connections is easy and used in tests

so not worth removing,