Skip to content
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

Merged
merged 8 commits into from
Nov 27, 2024

Conversation

dylansdaniels
Copy link
Collaborator

Adding sections to Simulation tab, separating our the default values for visualization parameters that will be updated on 'run'
Screenshot 2024-11-22 at 5 26 54 PM

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
Screenshot 2024-11-22 at 5 27 14 PM

@dylansdaniels dylansdaniels self-assigned this Nov 22, 2024
@dylansdaniels dylansdaniels added the hnn-gui HNN GUI label Nov 22, 2024
@dylansdaniels dylansdaniels added this to the 0.4 milestone Nov 22, 2024
@dylansdaniels
Copy link
Collaborator Author

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

@dylansdaniels dylansdaniels changed the title [WIP] Some visual updates ahead of 0.4 [MRG] Add Min/Max Frequency and Add Visual Updates Ahead of 0.4 Nov 26, 2024
Comment on lines 1194 to 1195
assert gui_min == viz_min == 10
assert gui_max == viz_max == 100
Copy link
Collaborator

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.

Copy link
Collaborator

@asoplata asoplata left a 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.

@dylansdaniels
Copy link
Collaborator Author

@asoplata made your change and similarly edited the initial equivalency check for test_default_smoothing!

Copy link
Collaborator

@asoplata asoplata left a 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

@asoplata asoplata merged commit d867c6d into jonescompneurolab:master Nov 27, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hnn-gui HNN GUI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants