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

BUG: GUI log window prints messages out of order #945

Open
asoplata opened this issue Nov 15, 2024 · 1 comment · May be fixed by #946
Open

BUG: GUI log window prints messages out of order #945

asoplata opened this issue Nov 15, 2024 · 1 comment · May be fixed by #946
Labels
bug Something isn't working hnn-gui HNN GUI
Milestone

Comments

@asoplata
Copy link
Collaborator

If I start up the HNN-Core GUI and run a simulation, the GUI log window in the bottom left correctly shows messages in the order I expect: network building, drive addition, then simulation progress timestamps. Screenshot below

image

However, if I switch to the Visualization tab, select a Layout template, and click Make figure, then it makes the figure correctly, but incorrectly adds the message for figure creation to the beginning of the log, instead of the end. Screenshot below

Screenshot_20241115_162818

This will especially be an issue after #940 is fixed. We may need @gtdang 's help to solve this

@asoplata asoplata added bug Something isn't working hnn-gui HNN GUI labels Nov 15, 2024
@asoplata asoplata added this to the 0.4 milestone Nov 15, 2024
@asoplata
Copy link
Collaborator Author

Forgot to mention, I'm pretty sure the log message is being generated via https://github.com/jonescompneurolab/hnn-core/blob/master/hnn_core/gui/_viz_manager.py#L1054-L1056

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hnn-gui HNN GUI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant