Parthib Roy
Parthib Roy
The test of the dashboard requires the following: - seleniumbase python library A note on how I have to setup my environment to run the dashboard properly: - I use...
With the addition of [PR #921](https://github.com/BLAST-ImpactX/impactx/pull/921), the dashboard’s import parser must be updated to support loading variables from user-uploaded `.py` input files. Only numerical (`int` and `float`) variable references are...
Dashboard users can now pick and choose which ImpactX example to load on the dashboard. Serves as a great user feature and a good testing functionality to evaluate the performance...
Currently, the dashboard supports loading simulation inputs from history. This feature extends that functionality to also load and display the corresponding outputs.
Restores support for interactive phase space plots, which was removed in https://github.com/BLAST-ImpactX/impactx/pull/917. Currently, the dashboard only displays static PNGs of phase space plots after a simulation. After discussion, reimplementing the...
Make the `plot_over_s` plot update incrementally as the simulation produces new data points, instead of waiting until the end of a simulation to render the final version.
To improve code readability. Currently, all dashboard functions lack this.
A branch that was worked on primarily during the summer months. In cleanup processes now.. - [X] Support a wider range of impactX examples - [X] Add `test_lattice_stats` - By...
This PR provides the user guidance on which inputs are invalid. Additionally, the PR refactors the current logic to track such errors. **Changes:** - A new dynamic notification banner in...