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

Message identity mean function #42

Merged
merged 4 commits into from
Aug 24, 2021

Conversation

vdutor
Copy link
Member

@vdutor vdutor commented Aug 3, 2021

In response to #27.

@vdutor vdutor requested a review from st-- August 3, 2021 13:48
gpflux/layers/gp_layer.py Outdated Show resolved Hide resolved
@@ -171,6 +171,12 @@ def __init__(

if mean_function is None:
mean_function = Identity()
warnings.warn(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about also wrapping the warning in an if verbose:?

@vdutor vdutor merged commit c3a58e0 into develop Aug 24, 2021
@vdutor vdutor deleted the vincent/quickfix/warning-identity-mean-function branch August 24, 2021 09:40
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.

2 participants