hpcflow.sdk.core.actions.UnsetParamTracker#

class hpcflow.sdk.core.actions.UnsetParamTracker(run_ids, group_size)#

Bases: object

Class to track run IDs that are the sources of unset parameter data for some input parameter type.

Parameters:
run_ids#

Set of integer run IDs that have been tracked.

Type:

set[int]

group_size#

The size of the group, if the associated SchemaInput in question is a group.

Type:

int

Notes

Objects of this class are instantiated within WorkflowTask._get_merged_parameter_data when we are tracking unset parameters.

Methods

Attributes

group_size: int#
run_ids: set[int]#