kalekiu / easyesn

Python library for Reservoir Computing using Echo State Networks
129 stars 37 forks source link

Syntax error in BaseESN? #5

Closed BorisWiegand closed 5 years ago

BorisWiegand commented 5 years ago

When I try to execute the code for fitting a new ESN, my python interpreter complains about "invalid syntax" in BaseESN.py.

The constructor of BaseESN in https://github.com/kalekiu/easyesn/blob/master/src/easyesn/easyesn/BaseESN.py indeed shows a default value of 0.2 for a non-specified argument. With other words: the argument name seems to be missing.

zimmerrol commented 5 years ago

Thanks! That has been a bad typo. I fixed it and uploaded the new version on GitHub and on pip as well.