Pipeline (skypy.pipeline)

Running SkyPy

The Pipeline package contains the functionality to run a SkyPy simulation from end to end. This is implemented in SkyPyDriver.

Reference/API

skypy.pipeline Package

This module provides methods to pipeline together multiple models with dependencies and handle their outputs.

skypy.pipeline.driver Module

Driver module.

This module provides methods to run pipelines of functions with dependencies and handle their results.

Classes

SkyPyDriver()

Class for running pipelines.

Class Inheritance Diagram

Inheritance diagram of skypy.pipeline.driver.SkyPyDriver