SpiNNakerManchester / SpiNNFrontEndCommon

Common support code for user-facing front end systems.
Apache License 2.0
12 stars 11 forks source link

GraphDataSpecificationWriter should it try ApplicationVertex #1143

Open Christian-B opened 11 months ago

Christian-B commented 11 months ago

The code in GraphDataSpecificationWriter first tries Machine Vertex and then Application Vertex

Before typing __generate_data_spec_for_vertices method called vertex.sdram_required

But Application vertices dont have that. also __generate_data_spec_for_vertices appears to either return True or raise an Exception