Error

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.

Details

    Traceback (most recent call last):
  File "/opt/acc-bpt/release_2024_03/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_03/acc_bpt/shared/BptV2.py", line 303, in build
    raise ex
  File "/opt/acc-bpt/release_2024_03/acc_bpt/shared/BptV2.py", line 282, in build
    name, content = self.bptStatic.create_bokeh_model(analyzed_data)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/acc-bpt/release_2024_03/acc_bpt/sps/sftpro/lss2_losses_spsqc.py", line 149, in create_bokeh_model
    p1 = self.create_hv_datashaded(data_integrated_loss,'integrated normalised loss')
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/acc-bpt/release_2024_03/acc_bpt/sps/sftpro/lss2_losses_spsqc.py", line 120, in create_hv_datashaded
    legend_dict[column_name] = Curve((pos, vals), 'Date',y_label, label=column_name).opts(
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/acc-bpt/release_2024_03/venv/lib/python3.11/site-packages/holoviews/core/accessors.py", line 44, in pipelined_call
    result = __call__(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/acc-bpt/release_2024_03/venv/lib/python3.11/site-packages/holoviews/core/accessors.py", line 577, 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 2024-04-03 14:40:50.924741+02:00