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

Signatures in docs are *args, **kwargs which hides all default values #30

Open
arvoelke opened this issue Jan 12, 2021 · 0 comments
Open

Comments

@arvoelke
Copy link
Contributor

https://www.nengo.ai/keras-lmu/api-reference.html

It's currently not possible to see what the defaults are in the documentation because they are hidden by *args, **kwargs. At first glance I'm not sure why this is happening because the signatures in the source code (e.g. https://github.com/nengo/keras-lmu/blob/master/keras_lmu/layers.py#L11-L285) are made explicit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant