dasf.debug
Init module for debugging DASF.
Submodules
Classes
Print information about an operator (shape, datatype, etc.), and return |
|
Visualize DASK data from an operator. |
Package Contents
- class dasf.debug.Debug[source]
Print information about an operator (shape, datatype, etc.), and return the self object reference.
Parameters
- namestr
Name of the operator.
- **kwargstype
Additional keyworkded arguments to Operator.
- class dasf.debug.VisualizeDaskData(filename=None)[source]
Visualize DASK data from an operator.
Parameters
- filenamestr
A path to save the DASK visualization (the default is None).
- **kwargstype
Additional keyworkded arguments to Operator.
Generic constructor of the VisualizeDaskData object.
- filename
- Parameters:
filename (str)