You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make iteration a bit quicker, it's probably easiest to reproduce this with a C++ example. For example if you add "printf(\"test\\n\");\n" to the end of the IzhikevichV model in https://github.com/neworderofjamie/genn_examples/blob/master/izk_regimes/model.cc#L21 and build it using genn-buildmodel.sh model.cc on Linux/MAC or genn-buildmodel model.cc on Windows you can easily reproduce this bug.
I hope you're doing well. I came across the issue regarding the incorrect pretty-printing of printf("test\n");, which is being displayed as printf("test\n", );. I'm interested in working on fixing this bug. Could you kindly let me know if this issue is still open or if it has already been resolved? If it's still open, I'd be happy to take a look at it.
is pretty-printed as:
which does not compile
The text was updated successfully, but these errors were encountered: