Skip to content

Commit

Permalink
feat(chimera): enable built-in post-processing
Browse files Browse the repository at this point in the history
enabling built-in post-processing to fix dataset publishing behavior for mock PGE. HySDS behavior may have changed between beta 2 and beta 8, warranting this change.

Ref #15
  • Loading branch information
chrisjrd committed Mar 1, 2022
1 parent ff84d28 commit 694f24b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker/hysds-io.json.SCIFLO_L3_DSWx_HLS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"label": "SCIFLO_L3_HLS",
"allowed_accounts": [ "ops" ],
"enable_dedup": true,
"disable_post_builtins": true,
"params": [
{
"name": "module_path",
Expand Down
1 change: 0 additions & 1 deletion docker/job-spec.json.SCIFLO_L3_DSWx_HLS
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
],
"recommended-queues": [ "opera-job_worker-sciflo-l3_dswx_hls"],
"post": [ "hysds.utils.triage"],
"disable_post_builtins": true,
"params": [
{
"name": "module_path",
Expand Down

0 comments on commit 694f24b

Please sign in to comment.