-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRG] New widget to adjust default smoothing value in gui (#924)
* new widget to adjust default smoothing value in gui * set default smoothing to 0 for data * update default smoothing in viz manager class when clicking run button * updating code to allow more general specification of default visualization params * update smoothing test * fix comment typo * Update hnn_core/gui/_viz_manager.py Remove commented out code Co-authored-by: Nicholas Tolley <[email protected]> * remove commented out code; whoops! * update test to check that the unadjusted default smoothing is the same everywhere per the suggestion from @ntolley * rename vars to remove need for property, update comments --------- Co-authored-by: Nicholas Tolley <[email protected]>
- Loading branch information
1 parent
11e90c4
commit 8c1351e
Showing
3 changed files
with
95 additions
and
11 deletions.
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
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