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

adding import in init to make "fourier_features" module available #69

Merged
merged 3 commits into from
Apr 6, 2022

Conversation

NicolasDurrande
Copy link
Collaborator

This PR makes it possible to call RandomFourierFeatures as follows:

gpflux.layers.basis_functions.fourier_features.RandomFourierFeatures

instead of having to do

gpflux.layers.basis_functions.fourier_features import RandomFourierFeatures

@vdutor vdutor self-requested a review April 6, 2022 13:19
@vdutor vdutor merged commit 132b273 into develop Apr 6, 2022
@vdutor vdutor deleted the nicolas/bugfix_init branch April 6, 2022 13:19
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