Skip to content

DaVinci:

Vanya Belyaev requested to merge vanya-davinci-v0 into master
  • allow to add selections directly to the list of UserAlgorithms No need in the explicit appearence of SelectionSequence:
my_selection = ...
dv = DaVinci() 
dv.UserAlgorithms += [ my_selection ] 

The corresponding SelectionSequence is created on-flight

As a result the final code is more compact and Selection behaves as Configurable...

Merge request reports