sciline.scheduler.Scheduler#

class sciline.scheduler.Scheduler(*args, **kwargs)[source]#

Scheduler interface compatible with sciline.Pipeline.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

get(graph, keys)

Compute the result for given keys from the graph.

get(graph, keys)[source]#

Compute the result for given keys from the graph.

Must raise sciline.scheduler.CycleError if the graph contains a cycle.

Return type:

tuple[Any, ...]