bundles / scipy latest / scipy / _lib / array_api_extra / testing / CountingDaskScheduler
class
scipy._lib.array_api_extra.testing:CountingDaskScheduler
Signature
class CountingDaskScheduler ( max_count : int , msg : str ) Members
Summary
Dask scheduler that counts how many times dask.compute is called.
Extended Summary
If the number of times exceeds 'max_count', it raises an error. This is a wrapper around Dask's own 'synchronous' scheduler.
Parameters
max_count: intMaximum number of allowed calls to
dask.compute.msg: strAssertion to raise when the count exceeds
max_count.
Aliases
-
scipy.differentiate.xpx.testing.CountingDaskScheduler