Skip to content

Commit 755f6b8

Browse files
Improve ICs, fixed bugs (#46)
* Improve ICs, fixed bugs
1 parent aa870c5 commit 755f6b8

File tree

9 files changed

+84
-79
lines changed

9 files changed

+84
-79
lines changed

cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This Command-Line Interface (CLI) is designed to provide an easy and interactive
66
1. Create a batch configuration (ex. `poc.json`) file using the syntax and structure outlined in the [RAI Workflow Framework README](../workflow/README.md).
77
2. Add `rai-workflow-manager` as dependency to your `requirements.txt` file:
88
```txt
9-
rai-workflow-manager==0.0.24
9+
rai-workflow-manager==0.0.25
1010
```
1111
3. Build the project:
1212
```bash

rel/batch_config/workflow/steps/install_models.rel

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ module batch_workflow_step
55
def model_files(s in BatchWorkflowInstallModelsStep, f) { batch_workflow_step:modelFiles(s, f) }
66
end
77
end
8-
// TODO: declare ICs
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
def BatchWorkflowInvokeSolverStep(s) { batch_workflow_step:type(s, InvokeSolverType) }
2-
3-
// TODO: declare step specific properties and ICs
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
def BatchWorkflowLoadDataStep(s) { batch_workflow_step:type(s, LoadDataType) }
2-
3-
// TODO: declare step specific properties and ICs

rel/batch_config/workflow/steps/materialize.rel

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ module batch_workflow_step
77
def jointly(s in BatchWorkflowMaterializeStep) { json_data(s, :materializeJointly, boolean_true) }
88
end
99
end
10-
// TODO: declare ICs

0 commit comments

Comments
 (0)