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

Relocated simulation file in dashboard #725

Merged

Conversation

proy30
Copy link
Contributor

@proy30 proy30 commented Oct 3, 2024

simulation file is now stored in simulation.py rather than .Analyze.plot_PhaseSpaceProjections.phaseSpace

before:
dashboard/
└── Analyze/
└── plot_PhaseSpaceProjections/
└── phaseSpace.py

after:
dashboard/
└── simulation.py

@proy30 proy30 added the component: dashboard our browser based trame dashboard label Oct 3, 2024
@proy30 proy30 requested a review from ax3l October 3, 2024 15:23
@ax3l ax3l self-assigned this Oct 3, 2024
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, nice!

@@ -14,10 +14,10 @@
from trame.widgets import matplotlib, plotly, vuetify
from wurlitzer import pipes

from ..simulation import run_simulation
Copy link
Member

@ax3l ax3l Oct 3, 2024

Choose a reason for hiding this comment

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

It is still a bit unstructured that run_simulation is called from an analysis sub-folder.

@ax3l ax3l merged commit 085925c into ECP-WarpX:development Oct 3, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: dashboard our browser based trame dashboard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants