optional arguments
In #161 some additional parameters were added to
NormalizationParameters. This caused trouble in NormalizerGSF, which
assumed that all parameters/attributes in NormalizationParameters
have to be set.
On the optional arguments: For now, I added a exclude_check_change attribute
to mark the real optional arguments. Alternatively NormalizerGSF
could be set to look just for some specific parameters it needs.
optional arguments In #161 some additional parameters were added to
NormalizationParameters
. This caused trouble inNormalizerGSF
, which assumed that all parameters/attributes inNormalizationParameters
have to be set.Sphinx docs: Workaround for documentation of non default members. Necessary due to https://github.com/astropy/sphinx-automodapi/issues/115