Skip to content

Commit

Permalink
remove dbc workflow json file
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjoonjung-PNNL committed Sep 28, 2023
1 parent 04ebc2b commit a2140c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 143 deletions.
141 changes: 0 additions & 141 deletions demo/brick_demo/brick_dbc_workflow.json

This file was deleted.

3 changes: 1 addition & 2 deletions demo/brick_demo/brick_demo_workflow_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@

warnings.simplefilter(action="ignore", category=FutureWarning)
warnings.simplefilter(action="ignore", category=ResourceWarning)
# workflow = Workflow(workflow="./demo/brick_demo/brick_workflow.json")
workflow = Workflow(workflow="./demo/brick_demo/brick_dbc_new_data_workflow.json")
workflow = Workflow(workflow="./demo/brick_demo/brick_workflow.json")
workflow.run_workflow(verbose=True)

0 comments on commit a2140c3

Please sign in to comment.