Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #167, NormalizationParameter defaults introduced in #161 #168

Merged
merged 1 commit into from
Jan 14, 2021

Conversation

fzeiser
Copy link
Collaborator

@fzeiser fzeiser commented Jan 14, 2021

* 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.

* Sphinx docs:
Workaround for documentation of non default members.
@fzeiser
Copy link
Collaborator Author

fzeiser commented Jan 14, 2021

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.

@fzeiser fzeiser merged commit 5166b6d into master Jan 14, 2021
@fzeiser fzeiser deleted the fix/167_NormalizationParameters_defaults branch January 14, 2021 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running getting_started notebook: ValueError: Model 164Dy has default (None) variable Z
1 participant