Calling the .opts method with options broken down by options group (i.e. separate plot, style and norm groups) has been removed. Use the .options method converting to the simplified format instead or use hv.opts.apply_groups for backward compatibility.
Traceback (most recent call last): File "/opt/acc-bpt/release_2023_17/jinja/create_index.py", line 353, in _create_static_html_content mod.run(static_config) File "/opt/acc-bpt/acc-bpt-dev/acc_bpt/sps/sftpro/2023/script_lss2_losses_spsqc.py", line 16, in run driver.build() File "/opt/acc-bpt/acc-bpt-dev/acc_bpt/shared/BptV2.py", line 286, in build raise ex File "/opt/acc-bpt/acc-bpt-dev/acc_bpt/shared/BptV2.py", line 264, in build name, content = self.bptStatic.create_bokeh_model(analyzed_data) File "/opt/acc-bpt/acc-bpt-dev/acc_bpt/sps/sftpro/lss2_losses_spsqc.py", line 148, in create_bokeh_model p1 = self.create_hv_datashaded(data_integrated_loss,'integrated normalised loss') File "/opt/acc-bpt/acc-bpt-dev/acc_bpt/sps/sftpro/lss2_losses_spsqc.py", line 119, in create_hv_datashaded legend_dict[column_name] = Curve((pos, vals), 'Date',y_label, label=column_name).opts( File "/opt/acc-bpt/release_2023_17/venv/lib/python3.9/site-packages/holoviews/core/accessors.py", line 43, in pipelined_call result = __call__(*args, **kwargs) File "/opt/acc-bpt/release_2023_17/venv/lib/python3.9/site-packages/holoviews/core/accessors.py", line 566, in __call__ raise ValueError(msg) ValueError: Calling the .opts method with options broken down by options group (i.e. separate plot, style and norm groups) has been removed. Use the .options method converting to the simplified format instead or use hv.opts.apply_groups for backward compatibility.
Generated 2023-09-25 21:35:20.778493+02:00