'AD_inj'
Traceback (most recent call last): File "/opt/acc-bpt/release_2024_10/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: 'AD_inj' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/opt/acc-bpt/release_2024_10/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_2024_10/acc_bpt/shared/BptV2.py", line 303, in build raise ex File "/opt/acc-bpt/release_2024_10/acc_bpt/shared/BptV2.py", line 282, in build name, content = self.bptStatic.create_bokeh_model(analyzed_data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/acc-bpt/release_2024_10/acc_bpt/ad_elena/shared/ad_elena_intensity.py", line 798, in create_bokeh_model data = self.analyse_data(data) ^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/acc-bpt/release_2024_10/acc_bpt/ad_elena/shared/ad_elena_intensity.py", line 612, in analyse_data data['GLOBAL_efficiency'] = 100 * data['ELENA_eje'].div(data['AD_inj'].replace({0: np.nan})) ~~~~^^^^^^^^^^ File "/opt/acc-bpt/release_2024_10/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_2024_10/venv/lib/python3.11/site-packages/pandas/core/indexes/base.py", line 3804, in get_loc raise KeyError(key) from err KeyError: 'AD_inj'
Generated 2024-10-08 23:43:40.733955+02:00