Skip to content

Add dynamic modules for importing wrapped Tools and Algorithms

Niklas Stefan Nolte requested to merge NN_algorithms_import into master

aims to tackle #4 (closed)

where I am unsure is error handling.
I disabled from PyConf.Algorithms import *

Also, it would be nice if we could protect against these import in case its not fully functional/datahandly..

last commit depends on gaudi/Gaudi!929 (merged) and implements the sanity check that no tool is instantiated or imported as algorithm and vice versa, so if the gaudi MR takes longer, we can split this off.

@apearce @sstahl @rmatev fyi

closes #4 (closed) closes #21 (closed) closes #9 (closed) closes #24 (closed) closes #29 (closed)

Edited by Alex Pearce

Merge request reports