sciline.scheduler.NaiveScheduler#

class sciline.scheduler.NaiveScheduler[source]#

A naive scheduler that computes intermediate results and results in order.

May consume excessive memory since intermediate results are not freed eagerly, but kept until returning the final result. Prefer installing dask and using DaskScheduler instead.

__init__()#

Methods

__init__()

get(graph, keys)

rtype:

tuple[Any, ...]