https://github.com/genn-team/genn
Raw File
Tip revision: a04fd761495c60690069f990318b492aa20cc0d3 authored by neworderofjamie on 20 August 2020, 14:44:11 UTC
group, pre and post params should be included in ``isWUVarInitParamHeterogeneous`` and ``isWUVarInitDerivedParamHeterogeneous`` checks
Tip revision: a04fd76
.gitignore
# Ignore compiled Python
/**/*.pyc

# Ignore GNU Make files
**/*.o
**/*.d
**/*.gcda
**/*.gcno

# Ignore MSBuild/Visual Studio files
**/*.exe
**/*.pdb
**/*.ilk
**/*.suo
**/*.sdf
**/*.vcxproj.user
**/*.opensdf
**/x64
**/.vs
**/*.ipdb
**/*.iobj
**/*.testdurations

/lib
/documentation/
/build/
/pygenn.egg-info/
back to top