You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
As discussed in BBPBGLIB-1025, the random_seed key of certain stimulus type should not have a default value set from the parser. This key is used to override a gid dependent seed computed internally by neurodamus. Currently our parser set its default to be the run:random_seed which always disables the gid dependent seeding and leads to an anomalous behavior in the simulation.
As discussed in BBPBGLIB-1025, the
random_seedkey of certain stimulus type should not have a default value set from the parser. This key is used to override a gid dependent seed computed internally by neurodamus. Currently our parser set its default to be therun:random_seedwhich always disables the gid dependent seeding and leads to an anomalous behavior in the simulation.