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.
Nonlincausality/nonlincausality/nonlincausality.py
Lines 497 to 499 in 5d77e8f
The three argument is not aligned to the definition of
run_nonlincausalityand will cause the following issue:Suggestion:
The same thing should be fixed in the definitions of other neural network types.