Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor bugfixes #794

Merged

Conversation

jchen6727
Copy link
Collaborator

cfg and netParams supporting '.' traversal
updated the secList to not break when a section (generally axon) without pt3d exists
subConn with KeyError raise that is slightly more descriptive.

however, if someone were to add a key to their params or cfg dictionary
like {'foo.bar': 10}
we could add slightly more logic to help address this but I don't know that that usage currently exists, if @vvbragin or @salvadord comment

also ref #793

update grid and util for sge
subconn with KeyError raise that is slightly more descriptive
batch and netParams supporting '.' traversal
updated the secList to not break when a section (generally axon) without pt3d exists
@jchen6727
Copy link
Collaborator Author

needs update to check for cell pop 0

in setCfgMapping, if getattr(cfg, k) returns any false equivalent value (0, False, None), will not be able to "set" true value
@vvbragin vvbragin merged commit deb4e72 into suny-downstate-medical-center:development Feb 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants