You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ The pull request will be closed so that the `master` branch of the fork stays sy
224
224
1. Document the usage of the Docker wrapper and the assumptions made when implementing the wrapper
225
225
1. Add example usage for the new algorithm and its parameters to the template config file
226
226
1. Write test functions and provide example input data in a new test subdirectory `test/<algorithm>`. Provide example data and algorithm/expected files names to lists or dicts in `test/generate-inputs` and `test/parse-outputs`. Use the full path with the names of the test files.
227
-
1. Extend `.github/workflows/test-spras.yml` to pull and build the new Docker image
227
+
1. Extend `.github/workflows/build-containers.yml` to pull and build the new Docker image
228
228
229
229
When adding new algorithms, there are many other considerations that are not relevant with the simple Local Neighborhood example.
230
230
Most algorithms require dependencies that need to be installed in the `Dockerfile`.
0 commit comments