CostlyOstrich36 so internal references are not resolved somehow? Or, how should one achieve:
def my_step(): from ..utils import foo foo("bar")
I'm also getting the following warning, I guess it's some ClearML dependency?IPython could not be loaded!
Hi UnevenDolphin73 , I think this is analyzed in the code
Hm. Is there a simple way to test tasks, one at a time?
Internal references are resolved only in decorator/function pipelines if I recall correctly