-
Hello, I am working on extracting values for the synaptic delay for one of my codes. I noticed that the values have been inconsistent for the distal delay between net.connectivity and net._params In net._params, the distal delay is as follows: However, in net.connectivity, the distal delay is as follows: Which one is the correct one? Also, how can I extract data from net.connectivity if it's the correct one? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
-
@wagdy88 for usage questions, let us try to use the discussions page instead of the bug tracker: https://github.com/jonescompneurolab/hnn-core/discussions. I'm going to convert this issue into a discussion for now. |
Beta Was this translation helpful? Give feedback.
net.connectivity
should be the correct one.net._params
is a private attribute that is used internally, so I would discourage anyone from trying to interpret any values specified in this dictionary.