Skip to content

run_nonlincausality Arguments not filled #7

@cloudy-sfu

Description

@cloudy-sfu

verbose,
plot,
"LSTM",

The three argument is not aligned to the definition of run_nonlincausality and will cause the following issue:

TypeError: run_nonlincausality() missing 3 required positional arguments: 'verbose', 'plot', and 'functin_type'

Suggestion:

verbose=verbose,
plot=plot,
function_type='LSTM'

The same thing should be fixed in the definitions of other neural network types.

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