Return values of GetDefaults and other getters #3333
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: Normal
Handle this with default priority
stale
Automatic marker for inactivity, please have another look here
T: Enhancement
New functionality, model or documentation
Calling GetDefaults() with any neuron model returns a dictionary of default parameters. There are entries that are specific to the called neuron model (actual parameters of the model) but also more generic entries, such as 'available', 'elementsize', and 'node_uses_wfr.' While some of these generic entries are self-explanatory, not all of them might be for new users. Finding documentation for these elements is difficult. The documentation is scattered on different pages if even it exists.
Would it be possible to add a documentation page where all these generic elements are explained?
The text was updated successfully, but these errors were encountered: