Skip to content

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

@arvoelke

Description

@arvoelke

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions