2017 06 12 Open NEST Developer Video Conference - nest/nest-simulator GitHub Wiki
previous |
list |
next
Agenda
- Welcome
- nice weather in Juelich, rain expected in Norway this afternoon
- Review of NEST User Mailing List
- all questions answered; nice work everyone
- Review of open Github Pull Request
- PR #724
- PR #747
- favoured the name "BernoulliSynapse"
- PR #668
- HEP will have a look again and decide whether it should be merged
- Review of open Github Issues
- Issue #740 (step_current_generator)
- problem when step times are defined with more accuracy than
simulation resolution: need to force times on grid
- same problem as in #671, could be fixed with the same methods
- Issue #746
- boundary condition issues (
prototypes_
longer than pristine_prototypes_
), not caught due to []
access instead of .at()
- possible to use compiler flag to enable bounds check on vectors even if accessed via square brackets; Dimitri will look into it