arch icon indicating copy to clipboard operation
arch copied to clipboard

ENH: Allow in- and out-of-sample parameters to be set

Open bashtage opened this issue 4 years ago • 1 comments

Separate setting of in- and out-of-sample parameters in forecast

[skip ci]

bashtage avatar Apr 27 '20 14:04 bashtage

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

Line 109:17: E126 continuation line over-indented for hanging indent Line 112:17: E126 continuation line over-indented for hanging indent Line 1195:62: W504 line break after binary operator Line 1199:65: W504 line break after binary operator Line 1510:70: W504 line break after binary operator

Line 330:60: W504 line break after binary operator Line 679:47: E126 continuation line over-indented for hanging indent

Line 276:74: W291 trailing whitespace Line 277:70: W291 trailing whitespace Line 311:74: W291 trailing whitespace Line 312:70: W291 trailing whitespace Line 352:74: W291 trailing whitespace Line 353:70: W291 trailing whitespace Line 577:72: W291 trailing whitespace Line 969:30: E126 continuation line over-indented for hanging indent Line 1052:100: E501 line too long (112 > 99 characters) Line 2072:73: W504 line break after binary operator Line 2735:65: E126 continuation line over-indented for hanging indent

pep8speaks avatar Apr 27 '20 14:04 pep8speaks