-
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 Min/Max Frequency and Add Visual Updates Ahead of 0.4 #952
[MRG] Add Min/Max Frequency and Add Visual Updates Ahead of 0.4 #952
Conversation
…min/max spectral frequency
Note that the min/max spectral freq widgets are just placeholders here, they don't actually update the defaults like the Smoothing field does. But could add that to this or another PR |
hnn_core/tests/test_gui.py
Outdated
assert gui_min == viz_min == 10 | ||
assert gui_max == viz_max == 100 |
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.
Everything looks great, the only thing I would change is removing the current default frequency values here. I think it's enough to check that they're consistent. We may want to change the default frequency values in the future, but with this check, we would also have to remember to manually change these lines in the tests.
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.
See previous comment. Once that is changed (or discussed), I will merge.
@asoplata made your change and similarly edited the initial equivalency check for test_default_smoothing! |
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.
LGTM, tested the buttons in the GUI, everything seems to work
Adding sections to Simulation tab, separating our the default values for visualization parameters that will be updated on 'run'
Improvements to network connectivity tab, adjusting spacing of Vboxes, text indentation, adding css classes to more easily target sections, updating display of the receptor names