Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing for FEC #1245

Merged
merged 33 commits into from
Dec 30, 2024
Merged

Typing for FEC #1245

merged 33 commits into from
Dec 30, 2024

Conversation

Christian-B
Copy link
Member

@Christian-B Christian-B commented Nov 14, 2024

Includes some small code changes:

LiveEventConnection.__do_receive_packet now only returns None

FecDataWriter.set_live_packet_gatherer_parameters( removed as unused
- view has an add method
-
graph_data_specification_writer no longer tires ApplicationVertices as they can not be AbstractGeneratesDataSpecification

AbstractGeneratesDataSpecification has abstract sdram_required
It had it indirectly via require_subclass stack

database_writer.py _extract_int method removed as unused

DataSpeedUpPacketGatherMachineVertex removed the pass in of a self variable to a private method called once

SQLiteDB methods execute and execute_many removed as kwargs methods
Replaced with
cursor()
and then the calls are
self.cursor().execute(...

Includes SpiNNakerManchester/sPyNNaker#1514
SpiNNakerManchester/SpiNNakerGraphFrontEnd#289
SpiNNakerManchester/SpiNNGym#97
https://github.com/SpiNNakerManchester/BitBrainDemo/pull/66
https://github.com/SpiNNakerManchester/TSPonSpiNNaker/pull/51
SpiNNakerManchester/MarkovChainMonteCarlo#73
SpiNNakerManchester/SpiNNaker_PDP2#90

@Christian-B Christian-B marked this pull request as draft November 14, 2024 10:41
@Christian-B Christian-B merged commit 2046788 into master Dec 30, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant