From de8a7d9da1975b74ff37fe77a46cb6a7b073c79d Mon Sep 17 00:00:00 2001 From: Rahul Mahajan Date: Fri, 27 Oct 2023 14:02:21 -0400 Subject: [PATCH] Update workflow/rocoto/gefs_tasks.py --- workflow/rocoto/gefs_tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/workflow/rocoto/gefs_tasks.py b/workflow/rocoto/gefs_tasks.py index 07f0f1bada..c5dae3a13d 100644 --- a/workflow/rocoto/gefs_tasks.py +++ b/workflow/rocoto/gefs_tasks.py @@ -73,7 +73,6 @@ def fcst(self): return task def efcs(self): - # TODO: Add real dependencies dependencies = [] dep_dict = {'type': 'task', 'name': f'{self.cdump}stage_ic'} dependencies.append(rocoto.add_dependency(dep_dict))