Skip to content

Add support for the two new loop user types to AlgorithmEditor

Samuel GAIST requested to merge algorithm_editor_for_new_loop_user_types into v2

Summary

The loop user algorithm type has been split in two versions:

  • Sequential
  • Autonomous

That change requires the AlgorithmEditor to be updated in order to work properly as well as continue passing the tests.

Merge request reports