phi-grib / flame

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

basemodel.py #188

Closed josecarlosgomezt closed 4 years ago

josecarlosgomezt commented 4 years ago

Simplified cross-validation methods. New file to add new options.

pep8speaks commented 4 years ago

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

Line 269:9: E265 block comment should start with '# ' Line 269:80: E501 line too long (104 > 79 characters)

Line 25:1: E302 expected 2 blank lines, found 0 Line 31:29: W291 trailing whitespace Line 38:54: W291 trailing whitespace Line 40:1: W391 blank line at end of file