Parthib Roy

Results 24 issues of 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...

component: dashboard

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...

component: dashboard

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...

component: dashboard

Currently, the dashboard supports loading simulation inputs from history. This feature extends that functionality to also load and display the corresponding outputs.

component: dashboard

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...

component: dashboard

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.

component: dashboard

For organizational purposes

component: dashboard

To improve code readability. Currently, all dashboard functions lack this.

component: dashboard

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...

component: dashboard

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...

component: dashboard