Skip to content

Commit

Permalink
Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sevisal committed Sep 22, 2023
1 parent c9eca5e commit 0840e2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/vai_lab/run_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import vai_lab as ai



def parse_args():
"""
Parse command line arguments
Expand Down Expand Up @@ -57,13 +56,8 @@ def main():
for i in range(0,len(args.file)):
args.file[i] = abspath(args.file[i])
core.load_config_file(args.file)
core.load_config_file(("./examples",
"xml_files",
# 'bayes_opt_demo.xml'))
'dataFlowTest.xml'))
# Run pipeline
core.run()

if __name__=='__main__':

main()

0 comments on commit 0840e2e

Please sign in to comment.