Skip to content

remove automatic complete #16

@hantek

Description

@hantek

the _init_complete() method is causing serious problems, do have it removed.

Consider to use a build() method which is required to be called after the model is defined. The method can recursively call a method in each individual layer class.

Each method in a class should be inherited independently, i.e., there should be no super() in any method of a subclass which is calling a parent class method with a different name. That makes things cleaner, less likely to hide weird bugs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions