Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Stream plot refactor

wyzula_j requested to merge stream-plot-refactor into master
  1. Creation of a single script in bec_widgets/examples/stream_plot.py which replace the 3 outdated duplicate apps:
  • basic_plot.py → the original version from @appel_c
  • line_plot_legacy.py → slightly refactored version by @wyzula_j
  • line_plot.py → more refactored version by @wyzula_j

stream_plot.py is yet another version of line_plot.py replacing all mentioned above.

  1. Fixing the variable leak in bec_dispatcher, where thread was opened correctly, but all new connections were assigned to wrong signals/slots. After discussion with @usov_i , we agreed to drop dataclass for _Connection and convert it to a standard class.

  2. Test for basic plot are outdate, on_scan_segment method is not used anymore → need to refactor the tests further to suit the new structure of stream_plot.py

fix #18 #9

Merge request reports

Loading