Skip to content
Snippets Groups Projects
Unverified Commit a597ff8d authored by Nora Abi Akar's avatar Nora Abi Akar Committed by GitHub
Browse files

modcc : report linear test error. (#1278)

Fix segfault in modcc when min/max used in net_receive.

* The error occurred when a synapse that use `max` or `min` expressions in the `net_receive` block: we test for linearity to check whether they can be coalesced; we cannot differentiate the expression; an error is raised but not reported; seg fault. 
* Fixes ` as_c_double` printing which does not print integers as doubles as intended. 

Fixes #1275 
parent 175c3b32
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment