We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When browsing the ht_hedm catalog, selecting scan_id=1258 (2024-01-22 17:19:57) crashes the application with this exception report:
ht_hedm
File "/home/beams1/JEMIAN/Documents/projects/BCDA-APS/gemviz/gemviz/bluesky_runs_catalog.py", line 135, in doRunSelectedSlot self.brc_run_viz.setData(self.getDataDescription(run)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/beams1/JEMIAN/Documents/projects/BCDA-APS/gemviz/gemviz/bluesky_runs_catalog.py", line 155, in getDataDescription analysis = run.plottable_signals() ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/beams1/JEMIAN/Documents/projects/BCDA-APS/gemviz/gemviz/tapi.py", line 119, in plottable_signals axes = [get_signal(d[0][0]) for d in run_dims] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/beams1/JEMIAN/Documents/projects/BCDA-APS/gemviz/gemviz/tapi.py", line 119, in <listcomp> axes = [get_signal(d[0][0]) for d in run_dims] ~~~~^^^ IndexError: list index out of range
version: 0.0.2.dev146+g13607a0
The text was updated successfully, but these errors were encountered:
prjemian
No branches or pull requests
When browsing the
ht_hedm
catalog, selecting scan_id=1258 (2024-01-22 17:19:57) crashes the application with this exception report:version: 0.0.2.dev146+g13607a0
The text was updated successfully, but these errors were encountered: