Skip to content

Commit 72df4aa

Browse files
committed
Actually do the recommended thing!
1 parent 108e9b7 commit 72df4aa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

spynnaker/pyNN/models/neuron/population_vertex.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,9 @@ def use_combined_core(self) -> bool:
648648
f"{self.synapse_core_binary_file_name}.")
649649
return True
650650

651+
# Use the recommended mode
652+
return use_combined
653+
651654
# If the timestep is 1 or greater, use a combined core generally,
652655
# unless only a split core exists!
653656
if not self.combined_binary_exists:

0 commit comments

Comments
 (0)