Replies: 3 comments 10 replies
-
The extra drives are to keep backwards compatibility with the old GUI. I think you can probably disable them by doing |
Beta Was this translation helpful? Give feedback.
-
I'm not sure I understand what's going on here. Why there is a difference between hnn-core and the new GUI when loading |
Beta Was this translation helpful? Give feedback.
-
For all possible drive types, this what I have now from loading Please let me know if this is all of them @jasmainak @rythorpe . I checked |
Beta Was this translation helpful? Give feedback.
-
In our current GUI code, we have Rhythmic, Poisson and Evoked drives. And if load drives from
default.json
we got 4 types of them:However, if we use
net = Network(params, add_drives_from_params=True)
, there are several other types of drives:And the current GUI, with four drives, generates:
while the latter generates:
Beta Was this translation helpful? Give feedback.
All reactions