neworderofjamie
neworderofjamie
This needs two pieces of nastiness: * ``setuptools`` to configure MSVC environment (same as Brian2) * ``distutils`` to find msbuild within MSVC environment (due to weirdness of whatever API ``subprocess.check_call``...
Both @anindyaghosh and myself encountered this installing on fresh Anaconda installs with Python 3.9 and I'm not sure if old school setup.py driven setup tools is now simply unsupported or...
Please do not submit support requests or "How to" questions in GitHub issues, instead use [discussions Q&A](https://github.com/orgs/genn-team/discussions/categories/genn-questions)
Afraid this is a bit of beast but essentially it addresses the issue that, unless you were very careful with setting up the ``VarLocation`` of your model so only the...
Not sure when it changed but this is now what is recommended (@muffgaga). Will require: - Jenkinsfile to checkout master(?) of google test and build using cmake - Updates [unit...
This would help: * Within our Jenkins setup when the warnings plugin fails to detect test failures * The use of the script externally to test GeNN installation (@muffgaga)
Not really sure what the solution is but, in a model where you have set a fixed seed and use random initialisation, making small (and seemingly unrelated) changes to the...
#461 fused pre and postsynaptic weight update model code in the neuron kernel if the _whole_ weight update model is identical but, in some models you have multiple learning rules...
Especially for people using Python IDEs, it's very annoying having to use PyGeNN from a Visual Studio environment. Brian2 does the following: ```python from setuptools import mscv _msvc_env = msvc.msvc14_get_vc_env(arch_name)...
The batching system does a few things which make sense in typical ML use cases but, reduce it's usefulness as an efficient parameter-sweeping tool: - ``VarAccessDuplication::DUPLICATE`` variables are currently initialised...