Contents:
pytams
pytams.daskutils
pytams.fmodel
pytams.tams
pytams.trajectory
pytams.xmlutils
DaskRunner
A Dask wrapper handle cluster and promises.
Bases: Exception
Exception
Exception class for the Dask runner.
To enable use of with.
Executed leaving with scope.
Return a promise for a task.
Execute a list of promises.
list_of_p – a list of dask promises
A list with the return argument of each promised task.