Incompatible merge dtype, datetime64[ns, tzutc()] and dtype('O'), both sides must have numeric dtype
Traceback (most recent call last):
File "/opt/acc-bpt/release_2026_01/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_2026_01/acc_bpt/shared/BptV2.py", line 315, in build
raise ex
File "/opt/acc-bpt/release_2026_01/acc_bpt/shared/BptV2.py", line 284, in build
rawdata = self.bptStatic.fetch(vars, times)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/acc-bpt/release_2026_01/acc_bpt/shared/utils_storage.py", line 165, in wrapper_incrementally_cached
return FetchCacher.fetch_caching_logic(fetch_self=fetch_self, fetch_func=fetch_func,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/acc-bpt/release_2026_01/acc_bpt/shared/utils_storage.py", line 202, in fetch_caching_logic
res_data = fetch_func(fetch_self, var_defs, time_ranges, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/acc-bpt/release_2026_01/acc_bpt/ad_elena/shared/dataProcessorPbar.py", line 338, in fetch
pd_merge_AD = pd.merge_asof(pd_merge_AD, PS_blm, left_index=True, right_index=True, direction='forward')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/acc-bpt/release_2026_01/venv/lib/python3.11/site-packages/pandas/core/reshape/merge.py", line 583, in merge_asof
op = _AsOfMerge(
^^^^^^^^^^^
File "/opt/acc-bpt/release_2026_01/venv/lib/python3.11/site-packages/pandas/core/reshape/merge.py", line 1825, in __init__
_OrderedMerge.__init__(
File "/opt/acc-bpt/release_2026_01/venv/lib/python3.11/site-packages/pandas/core/reshape/merge.py", line 1726, in __init__
_MergeOperation.__init__(
File "/opt/acc-bpt/release_2026_01/venv/lib/python3.11/site-packages/pandas/core/reshape/merge.py", line 685, in __init__
self.left_on, self.right_on = self._validate_left_right_on(left_on, right_on)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/acc-bpt/release_2026_01/venv/lib/python3.11/site-packages/pandas/core/reshape/merge.py", line 1894, in _validate_left_right_on
raise MergeError(
pandas.errors.MergeError: Incompatible merge dtype, datetime64[ns, tzutc()] and dtype('O'), both sides must have numeric dtype
Generated 2026-02-09 23:55:03.134891+01:00