This is an automated email from the ASF dual-hosted git repository. rkk pushed a commit to branch RKuttruff-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit 12f83fb1a2f3d7696859834aea7f8deab589f8a2 Author: Riley Kuttruff <[email protected]> AuthorDate: Wed Mar 1 13:17:32 2023 -0800 Add baja_2018 to in-situ config --- analysis/webservice/algorithms/doms/config.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/analysis/webservice/algorithms/doms/config.py b/analysis/webservice/algorithms/doms/config.py index 3213960..8bdcd0a 100644 --- a/analysis/webservice/algorithms/doms/config.py +++ b/analysis/webservice/algorithms/doms/config.py @@ -66,6 +66,10 @@ INSITU_PROVIDER_MAP = [ { 'name': 'shark-2018', 'platforms': ['3B'] + }, + { + 'name': 'baja_2018', + 'platforms': ['3B'] } ] }, @@ -257,4 +261,4 @@ def get_project_name(project_name): return project['name'] # If not found, return input project name. DOMS insitu node will need this - return project_name \ No newline at end of file + return project_name
