-
Notifications
You must be signed in to change notification settings - Fork 53
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]: Add cell parameters in GUI #806
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b864036
ENH: Modified connectivity tab to contain two additional tabs
kmilo9999 8eb339b
MAINT: Fixed spellcheck and linkcheck erros in gui.py
kmilo9999 2231a4c
MAINT: Fixed bad argument in on_upload_params_change
kmilo9999 ff78e98
MAINT: Fixed bad argument in on_upload_params_change
kmilo9999 525efbb
MAINT: Fixed notebook tutorial that looks up tabs by name
kmilo9999 21f048c
MAINT: Fixed description width in cell parameters gui tab
kmilo9999 8d1545d
STY: Fixed flake8 errors
kmilo9999 41e74bb
MAINT: Adding cell types keys to gui cell params map
kmilo9999 56f758f
MAINT: Added default values for gui cell params floatfields
kmilo9999 6a9a861
MAINT: Setting up cell params on run simulation button clicked
kmilo9999 9f69ac4
MAINT: Fixing L5 Biophysics cell params input and gui test cases
kmilo9999 6b55758
TST: Adding test for gui cell params
kmilo9999 0c6b30a
MAINT: Removing commented code and debuggy dev import
kmilo9999 5ed3317
MAINT: Removing unsued code
kmilo9999 c70f920
MAINT: increase cell params textfields
kmilo9999 70aae46
MAINT: increased gui cell params description width to fix large label
kmilo9999 d646b74
STY: Added the word pyramidal to the cell types radio buttons
kmilo9999 39b33c9
STY: Fixed typo in variable
kmilo9999 e4f7cbd
MAINT: Removed debuggy init code
kmilo9999 e9bc7ff
MAINT: Applied comments in review
kmilo9999 114dcfc
MAINT: Refactoing code due to the change in cell type radio buttons l…
kmilo9999 94b61b8
TST: Fixing gui cell params pytest
kmilo9999 62b880e
MAINT: Updating dendrite sections using properties loop instead of ha…
kmilo9999 3f1abf5
DOC: Added cell params feature entry in whats_new.rst
kmilo9999 1274677
MAINT: Fixing python code in test_gui.py
kmilo9999 fd78a36
MAINT: Fixing python code in test_gui.py
kmilo9999 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think we're going to move away from the automatically generated GUI documentation so not necessary to update this file (no need to remove this change of course)
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.
I think one of the tests fails if the 'Network Connectivity' tab title changes but it's not updated in the notebook.