Skip to content

Remove FunctionChain.__getitem__

Tobias Hangleiter requested to merge functionchain_remove_getitem_acces into master

This has unintended sideeffects* and is not necessary since the functions attribute is exposed.

*For example, np.array([chain]) produces an array with each function in chain as an individual element.

Merge request reports