stefanonardo / pytorch-esn

An Echo State Network module for PyTorch.
MIT License
205 stars 43 forks source link

'aux' is a reserved filename on windows #3

Closed ansegundo closed 5 years ago

ansegundo commented 5 years ago

'/torchesn/utils/aux.py' is not valid on Windows because 'aux' is a reserved filename. You can't use/install the module...

And since version 0.4.0, Pytorch now officially supports Windows, so I think it would be better to change the filename.

stefanonardo commented 5 years ago

Thank you, I don't use Windows so I wasn't aware of these issues. ;) I will fix them asap.