phi-grib / flame

Modeling framework for eTRANSAFE project
GNU General Public License v3.0
12 stars 10 forks source link

Keras implementation #190

Open josecarlosgomezt opened 4 years ago

pep8speaks commented 4 years ago

Hello @josecarlosgomezt! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 26:1: E302 expected 2 blank lines, found 1 Line 38:1: W293 blank line contains whitespace Line 44:21: W292 no newline at end of file

Line 419:1: W293 blank line contains whitespace Line 424:15: E128 continuation line under-indented for visual indent Line 424:27: E231 missing whitespace after ','

Line 38:1: E402 module level import not at top of file Line 236:1: W293 blank line contains whitespace

Line 152:10: E127 continuation line over-indented for visual indent

Comment last updated at 2020-07-20 16:53:13 UTC