AspenWeb / state_chain.py

Model an algorithm as a list of functions operating on a shared state dict.

Home Page:https://state-chain-py.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algorithm.{START,END}

chadwhitacre opened this issue · comments

The insert_{before,after} functions should take special markers for their first argument, to indicate that the functions should be inserted at the start or end of the algorithm.

Idea came out of the March 2015 Aspen call.

Closed by #10