Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Aug 26, 2024
1 parent 4ba3a41 commit c7aaf07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/api/comp_method_predict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ arguments:
- name: "--input_train_mod1"
__merge__: file_train_mod1.yaml
direction: input
required: true
required: false
- name: "--input_train_mod2"
__merge__: file_train_mod2.yaml
direction: input
required: true
required: false
- name: "--input_test_mod1"
__merge__: file_test_mod1.yaml
direction: input
Expand Down
2 changes: 1 addition & 1 deletion src/data_processors/process_dataset/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ test_resources:
- type: python_script
path: /common/component_tests/run_and_check_output.py
- path: /resources_test/common/openproblems_neurips2021/bmmc_cite
dest: resources_test/common/openproblems_neurips2021/bmmc_cite
dest: resources_test/common/openproblems_neurips2021/bmmc_cite

0 comments on commit c7aaf07

Please sign in to comment.