Skip to content

Conversation

@proy30
Copy link
Member

@proy30 proy30 commented Nov 3, 2025

This PR fixes issues from #1204.
It’s submitted as a separate PR since I don’t have direct push access to that branch.

Fixes:
Element {#lambdaX} was not visible after 10 seconds!

Right before we set distribution_type, we stash the parsed values from the import file; once @state.change("distribution_type") runs via the flush, we apply those cached numbers to the UI so the fields stay populated.

Unsure if the state.flush() mechanism changed recently in Trame to cause this error.

ax3l and others added 2 commits November 3, 2025 14:36
unsure if the mechanisms of state.flush changed on the trame end, but it looks like now it executes only after the function ends and not at the moment that it is called. this 'fix' populates the values on the ui once the state.flush is called.
@proy30 proy30 added bug Something isn't working component: dashboard our browser based trame dashboard labels Nov 3, 2025
@proy30 proy30 requested a review from ax3l November 4, 2025 01:21
@proy30 proy30 changed the title Dashboard: Fix population of distribution values from import Dashboard: Fix population of distribution values & Python 3.14 issue Nov 4, 2025
Copy link
Member

@ax3l ax3l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🎉

@ax3l ax3l merged commit 2ca7046 into BLAST-ImpactX:development Nov 4, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working component: dashboard our browser based trame dashboard

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants