-
Notifications
You must be signed in to change notification settings - Fork 54
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
[MRG] chore: change fixed L2 names in gui to L2/3 #907
Conversation
@@ -400,7 +400,7 @@ def __init__(self, theme_color="#802989", | |||
button_color=self.layout['theme_color']) | |||
|
|||
self.cell_type_radio_buttons = RadioButtons( | |||
options=['L2 Pyramidal', 'L5 Pyramidal'], | |||
options=['L2/3 Pyramidal', 'L5 Pyramidal'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't forget to update whats_new.rst so you can be credited in the next release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooo this isn't going to be quite a simple change. There are several keys that are constructed that rely on the radio button titles, which will dynamically update viewable parameters. Let's talk Monday.
0b60b98
to
5033ce8
Compare
Note that this does not change the L2 names inherent in the `cell_types` which are loaded dynamically in the gui, such as shown here: jonescompneurolab#904 (comment)
5033ce8
to
7a374bf
Compare
Should squash this before pushing to master...
@gtdang I think I found where a simple string replace lets the read-in text in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
Resolves #904 |
Note that this does not change the L2 names inherent in the
cell_types
which are loaded dynamically in the gui, such as shown here: #904 (comment)