'lsaCycleName'
Traceback (most recent call last):
File "/opt/acc-bpt/release_2510_expedited/venv/lib/python3.11/site-packages/pandas/core/indexes/base.py", line 3802, in get_loc
return self._engine.get_loc(casted_key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pandas/_libs/index.pyx", line 138, in pandas._libs.index.IndexEngine.get_loc
File "pandas/_libs/index.pyx", line 165, in pandas._libs.index.IndexEngine.get_loc
File "pandas/_libs/hashtable_class_helper.pxi", line 5745, in pandas._libs.hashtable.PyObjectHashTable.get_item
File "pandas/_libs/hashtable_class_helper.pxi", line 5753, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: 'lsaCycleName'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/acc-bpt/release_2510_expedited/jinja/build_static_plots.py", line 85, in _create_static_html_content
output_html_file_path = driver.build(abs_plot_dest_file_html)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/acc-bpt/release_2510_expedited/acc_bpt/shared/BptV2.py", line 315, in build
raise ex
File "/opt/acc-bpt/release_2510_expedited/acc_bpt/shared/BptV2.py", line 294, in build
name, content = self.bptStatic.create_bokeh_model(analyzed_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/acc-bpt/release_2510_expedited/acc_bpt/ps/statistics/ps_statistics_duty_cycle.py", line 89, in create_bokeh_model
data_wo_zero = fetchdata[(fetchdata["lsaCycleName"] != '~~zero~~')]
~~~~~~~~~^^^^^^^^^^^^^^^^
File "/opt/acc-bpt/release_2510_expedited/venv/lib/python3.11/site-packages/pandas/core/frame.py", line 3807, in __getitem__
indexer = self.columns.get_loc(key)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/acc-bpt/release_2510_expedited/venv/lib/python3.11/site-packages/pandas/core/indexes/base.py", line 3804, in get_loc
raise KeyError(key) from err
KeyError: 'lsaCycleName'
Generated 2025-11-17 12:02:32.745408+01:00