modern-fortran / neural-fortran

A parallel framework for deep learning
MIT License
398 stars 82 forks source link

getting / setting network parameters #106

Closed jvo203 closed 1 year ago

jvo203 commented 1 year ago
milancurcic commented 1 year ago

Thanks for this. Unfortunately, the spurious indent changes remain. Whatever VS Code plugin is doing this, I don't recommend using it (try https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran instead). Alternatively, there should be a way to change the indent level in your plugin to 2, which I expect will revert the spurious indents. It'd be great if you find a way to do it. If not, I can address it when I get back to work on Dec 12.

jvo203 commented 1 year ago

OK, I'll have another go at formatting. On both Linux and macOS I use the "Modern Fortran" extension from the vscode marketplace when editing .f90 files. But I might also have installed findent and/or fprettify somewhere along the way.

jvo203 commented 1 year ago

Closing this Pull Request in order to submit a new one with re-formatted Fortran files.