Skip to content
Snippets Groups Projects
Commit 92445496 authored by Bienchen's avatar Bienchen
Browse files

Documentation

parent 7b458fa0
No related branches found
No related tags found
No related merge requests found
:mod:`~promod3.pipeline.run_engine` - Build models from various starting points
:mod:`~promod3.pipeline.run_engine` - Build Models From Various Starting Points
================================================================================
.. currentmodule:: promod3.pipeline.run_engine
Introduction
--------------------------------------------------------------------------------
- if you just want to build models, go here
- everything needed wrapped in single functions
- that way, if the default pipeline changes, no need to change your code
This is a collection of functions to just build models. All steps needed to go from various starting points to a complete model are wrapped in single function calls. That way, if something changes in the default pipeline, e.g. on general improvements, there is no need to change code depending on |project| to adapt.
- also convenient for developing new stuff
- e.g. you want to transform the template coordinates in some way, but then just
want to see them in a model, go by BuildFromRawModel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment