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

Simplfy the data.sqlite3 #1172

Merged
merged 9 commits into from
Sep 6, 2024
Merged

Simplfy the data.sqlite3 #1172

merged 9 commits into from
Sep 6, 2024

Conversation

Christian-B
Copy link
Member

Part of SpiNNakerManchester/SpiNNFrontEndCommon#1207

Notes:

  • This now writes a row to range data table even if the data read is empty! This allows distention between successfully read data of length zero (ok) and did not read any data (an error)

  • The python side normally fills in the extraction table so that i just mocked here for unittests.

  • getRecordingRegionContents is simpler that python because 1. It is just used for testing, 2. ByteArrayOutputStrea does not need to be setup with size.

@coveralls
Copy link

coveralls commented Sep 2, 2024

Coverage Status

coverage: 36.964% (-0.04%) from 37.0%
when pulling 43e5851 on extraction
into c1e73f6 on master.

@rowleya rowleya added this pull request to the merge queue Sep 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 6, 2024
@rowleya rowleya added this pull request to the merge queue Sep 6, 2024
Merged via the queue into master with commit 4d8a3be Sep 6, 2024
9 checks passed
@rowleya rowleya deleted the extraction branch September 6, 2024 10:40
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.

3 participants