From fbd1d9c0c39e971302fb1ecee72fbcc3c5d5dc96 Mon Sep 17 00:00:00 2001 From: dpumpe <dpumpe@mpa-garching.mpg.de> Date: Sun, 14 May 2017 20:15:18 +0200 Subject: [PATCH] update Docstring for ComposedOperator --- nifty/operators/composed_operator/composed_operator.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nifty/operators/composed_operator/composed_operator.py b/nifty/operators/composed_operator/composed_operator.py index b2e3ecd94..d6b833e36 100644 --- a/nifty/operators/composed_operator/composed_operator.py +++ b/nifty/operators/composed_operator/composed_operator.py @@ -28,6 +28,10 @@ class ComposedOperator(LinearOperator): ---------- operators : tuple of NIFTy Operators The tuple of LinearOperators. + default_spaces : tuple of ints *optional* + Defines on which space(s) of a given field the Operator acts by + default (default: None) + Attributes ---------- @@ -35,6 +39,8 @@ class ComposedOperator(LinearOperator): The NIFTy.space in which the operator is defined. target : tuple of DomainObjects, i.e. Spaces and FieldTypes The NIFTy.space in which the outcome of the operator lives + unitary : boolean + Indicates whether the Operator is unitary or not. Raises ------ -- GitLab