Replies: 1 comment 3 replies
-
You should definitely remove the overlapping keys and add the ones that are missing :) Thanks for catching them! I made the prototype in a week, so some corners were cut ... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not very familiar with the current parameter file data structure so this might be a dumb question. Currently the connectivity tab is generated by the following keys in parameter files:
It seems there're some overlapping keys like
gbar_L2Pyr_L5Pyr
andgbar_L2Basket_L5Pyr
. I'm not sure if this is by design.Also, I checked
default.json
, in which we have 15 parameters that seem to relate to connectivity:Among those
gbar_L2Pyr_L5Basket
,gbar_L5Pyr_L5Basket
andgbar_L5Basket_L5Basket
are missing. Should we ignore them or add them to the connectivity tab?Beta Was this translation helpful? Give feedback.
All reactions