-
Notifications
You must be signed in to change notification settings - Fork 25
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
ODict instead of OrderedDict #308
Comments
Ah sorry, this was an old small bug, the correct code is:
do you mind creating a PR for this? thanks! |
Hi Salvador, I am trying to make a pull request for the changes, I created a branch from hnn2 named hnn2dev then added the changes above mentioned to a new local repository then: $ git push origin hnn2dev I tried to push the changes to hnn2 by: $ git push hnn2 hnn2dev Please make sure you have the correct access rights Do I need a permission to push the changes? |
@stephanie-r-jones @blakecaldwell @samnemo @dylansdaniels could you please give access to @mkhalil8 and @claireshort4 so they can contribute to hnn-netpyne (hnn2 branch)? They both attended our meeting today; as you know Mostafa (@mkhalil8) is working with Mohamed Sherif, and Claire (@claireshort4) is working with me. thanks! |
@salvadord,
Network.py Line 234, specs.OrderedDict gave me an error
I changed it to specs.ODict and it ran smoothly.
Is that correct?
The text was updated successfully, but these errors were encountered: