Jan Vogelsang

Results 39 comments of Jan Vogelsang

Unfortunately, setting V_peak alone does not fix the instability yet. Setting E_rev to -20.0 does fix it though. Should I therefore just set E_rev (and if so, in which models,...

@clinssen Could you check again if this is ready to be merged now?

@clinssen Could you check Ayssar's comment and could you also provide benchmark data so we can make sure the additional dynamic casts don't slow down the code. If you need...

@med-ayssar This basically just requires the following: ```cpp const std::vector< ConnectorModel* > cm = kernel().model_manager.get_connection_models( tid ); auto cp = static_cast< GenericConnectorModel< ConnectionT >* >( cm[ syn_id_ ] )->get_common_properties(); ```

I figured out a way to get it working, however I am unsure how clean and universal the solution is. In the CMake options add the `-DPython_ROOT_DIR=` option and set...

I was developing NEST as part of my master's thesis, unpaid and purely educational, and was thus using the student license. I can share my experience, but don't know of...

@jougs Are there any future plans for this PR?

@heplesser @suku248 The PR is now ready for review!