Skip to content

Work in progress

benedikt-voelkel edited this page Jan 17, 2019 · 4 revisions

General comments

This page collects work in progress which takes a bit more time. Open a section for you WIP project and link WIP-PRs if there are some.

Configurable models

PR: #60

This WIP concerns the extension to use configurable models. It provides model templates with default parameters. The parameters can be specified in a YAML whereas the model definitions are contained in a templates_<backend>.py which are connected and then the requested model is returned.

Done

  1. configurable models

Plans and Todo:

  1. Enable additional possibility to add 'any' model defined by the user. This will be done in a future PR.