-
Notifications
You must be signed in to change notification settings - Fork 371
2023 10 09 Open NEST Developer Video Conference
Dennis Terhorst edited this page Oct 9, 2023
·
5 revisions
- Welcome
- Review of NEST User Mailing List
- Project team round
- In-depth discussion
- How to pass ConstantParameters
Here we discuss topics that need broader attention, for example questions that came up but are outside a single project's scope, larger planned changes/PRs that affect all teams or pending work that is blocked by external factors.
Go to the Project boards.
- Tests require parameters to be INT or DOUBLE
- what do we want
const int
orconst double
- currently nest infers from parameter usage if it should be
int
ordouble
- Test that is currently failing (all
const
parameters provided areint
): https://github.com/nest/nest-simulator/blob/master/testsuite/pytests/test_parameter_operators.py - Issue is here: https://github.com/jougs/nest-simulator/blob/new-pynest/nestkernel/parameter.h#L153
- in new pynest, dict is much more strict
- what do we want
- DECISION: Users must not be bothered with
ConstParameterDouble
andConstParameterInt
. Lower levels have to figure this out and behave as most expected.
- require bump of minimum gcc version due to "C++17" requirement
- jointly discussed code
NEST Homepage: www.nest-simulator.org
NEST Initiative: www.nest-initiative.org