Skip to content

Commit

Permalink
Merge pull request #9 from openproblems-bio/feature/no-ref/update-tas…
Browse files Browse the repository at this point in the history
…k-name-scripts

Update task_name in component scripts
  • Loading branch information
KaiWaldrant authored Jul 12, 2024
2 parents 6867a4c + 425c422 commit ade2b62
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

* Fix target_sum deprecation warning in `mse` mmetric (PR #8).

* Update `task_name` variable to denoising in component scripts (PR #9).

## transfer from openproblems-v2 repository

### NEW FUNCTIONALITY
Expand Down
2 changes: 1 addition & 1 deletion scripts/add_a_control_method.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

task_name="task_template"
task_name="denoising"
component_name="my_control_method"
component_lang="python" # change this to "r" if need be

Expand Down
2 changes: 1 addition & 1 deletion scripts/add_a_method.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

task_name="task_template"
task_name="denoising"
component_name="my_method"
component_lang="python" # change this to "r" if need be

Expand Down
2 changes: 1 addition & 1 deletion scripts/add_a_metric.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

task_name="task_template"
task_name="denoising"
component_name="my_metric"
component_lang="python" # change this to "r" if need be

Expand Down

0 comments on commit ade2b62

Please sign in to comment.