debug test

This commit is contained in:
radcheb 2020-12-16 15:05:16 +01:00
parent 0e9977b7e6
commit 57451143bd
1 changed files with 2 additions and 0 deletions

View File

@ -69,3 +69,5 @@ def parallelfor_pipeline_param_in_items_resolving(fname1: str, fname2: str):
if __name__ == '__main__':
import kfp.compiler as compiler
compiler.Compiler().compile(parallelfor_pipeline_param_in_items_resolving, __file__ + '.yaml')
print(f"pipeline written in {__file__ + '.yaml'}")