We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446bd66 commit f358985Copy full SHA for f358985
services/director-v2/src/simcore_service_director_v2/utils/computations_tasks.py
@@ -11,10 +11,9 @@
11
12
13
class PipelineInfo(NamedTuple):
14
- # NOTE: kept old names for legacy but should rename for clarity
15
pipeline_dag: nx.DiGraph
16
- all_tasks: list[CompTaskAtDB] # all nodes in pipeline
17
- filtered_tasks: list[CompTaskAtDB] # nodes that actually run i.e. part of the dag
+ all_tasks: list[CompTaskAtDB]
+ filtered_tasks: list[CompTaskAtDB]
18
19
20
async def _get_pipeline_info(
0 commit comments