Skip to content

Conversation

@Christian-B
Copy link
Member

@Christian-B Christian-B commented Feb 5, 2026

depends on SpiNNakerManchester/TestBase#72

Adds a new example to test a binary

Uses the cfg to run a number of example in split mode.

integration_tests_split/test_scripts.py
runs these and shows the binary tested

changes to integration_tests/test_scripts.py are just what the automated script builder did.
That is what is actually tested.

tested by https://github.com/SpiNNakerManchester/IntegrationTests/actions/runs/21713093809

@Christian-B Christian-B requested a review from rowleya February 5, 2026 13:19
Copy link
Member

@rowleya rowleya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checking on removal

Comment on lines -54 to -59
def test_examples_balanced_random_balanced_random(self):
self.check_script("examples/balanced_random/balanced_random.py")

def test_examples_balanced_random_split_balanced_random_split(self):
self.check_script("examples/balanced_random/split/balanced_random_split.py")

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to get rid of these as well?

Copy link
Member

@rowleya rowleya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checking this having looked at sPyNNaker... wondering...

Comment on lines +3 to +8
n_synapse_cores = spynnaker.pyNN.models.neuron.builds.if_cond_exp_stoc:IFCondExpStoc:1,
spynnaker.pyNN.models.neuron.builds.if_curr_exp_ca2_adaptive:IFCurrExpCa2Adaptive:1,
spynnaker.pyNN.models.neuron.builds.if_curr_dual_exp_base:IFCurrDualExpBase:1,
spynnaker.pyNN.models.neuron.builds.if_curr_exp_semd_base:IFCurrExpSEMDBase:1,
spynnaker.pyNN.models.neuron.builds.if_curr_exp_base:IFCurrExpBase:1

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason this couldn't just be done in the script that uses them?

@Christian-B
Copy link
Member Author

replaced by #142

@Christian-B Christian-B deleted the test_binaries branch February 11, 2026 08:57
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.

2 participants