We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4652aa5 commit 23f5a29Copy full SHA for 23f5a29
1 file changed
spynnaker/pyNN/models/neuron/population_vertex.py
@@ -525,7 +525,7 @@ def combined_binary_exists(self) -> bool:
525
"""
526
# If we are in virtual machine mode, we can work without binaries
527
# so easier to assume they exist
528
- if SpynnakerDataView().is_virtual_machine_mode():
+ if get_config_bool("Machine", "virtual_board"):
529
return True
530
try:
531
SpynnakerDataView().get_executable_path(
@@ -543,7 +543,7 @@ def split_binaries_exist(self) -> bool:
543
544
545
546
547
548
549
0 commit comments