Gravity-Spy / GravitySpy

This repo contains code for the GravitySpy Citizen Science project.
GNU General Public License v3.0
14 stars 18 forks source link

Vastly improved docs on the trainmodel functions, also there is now a… #19

Closed scottcoughlin2014 closed 6 years ago

scottcoughlin2014 commented 6 years ago

…n example script for trainin a gravity spy neural net (addmittedly only on 2 classes because that can finsih on a CPU quickly)

pep8speaks commented 6 years ago

Hello @scottcoughlin2014! Thanks for submitting the PR.

Line 4:11: E401 multiple imports on one line Line 13:80: E501 line too long (108 > 79 characters) Line 17:1: E302 expected 2 blank lines, found 1 Line 41:17: E231 missing whitespace after ',' Line 44:80: E501 line too long (80 > 79 characters) Line 80:14: E211 whitespace before '(' Line 89:14: E211 whitespace before '(' Line 92:80: E501 line too long (117 > 79 characters) Line 93:80: E501 line too long (117 > 79 characters) Line 94:80: E501 line too long (117 > 79 characters) Line 95:80: E501 line too long (117 > 79 characters) Line 98:29: E128 continuation line under-indented for visual indent Line 98:80: E501 line too long (124 > 79 characters) Line 100:80: E501 line too long (84 > 79 characters) Line 132:80: E501 line too long (82 > 79 characters) Line 133:80: E501 line too long (103 > 79 characters)

Line 5:14: E401 multiple imports on one line

Line 8:11: E401 multiple imports on one line Line 9:12: E401 multiple imports on one line Line 21:1: E302 expected 2 blank lines, found 1 Line 66:51: E502 the backslash is redundant between brackets Line 163:27: E231 missing whitespace after ',' Line 163:36: E231 missing whitespace after ',' Line 178:24: E128 continuation line under-indented for visual indent Line 192:17: E128 continuation line under-indented for visual indent Line 197:30: E128 continuation line under-indented for visual indent Line 267:29: E128 continuation line under-indented for visual indent Line 269:29: E128 continuation line under-indented for visual indent Line 270:29: E128 continuation line under-indented for visual indent Line 274:29: E128 continuation line under-indented for visual indent Line 275:29: E128 continuation line under-indented for visual indent Line 283:19: E128 continuation line under-indented for visual indent Line 284:19: E128 continuation line under-indented for visual indent Line 317:5: E303 too many blank lines (2) Line 318:9: E128 continuation line under-indented for visual indent Line 319:9: E128 continuation line under-indented for visual indent Line 327:80: E501 line too long (81 > 79 characters) Line 330:80: E501 line too long (82 > 79 characters) Line 334:80: E501 line too long (81 > 79 characters) Line 337:80: E501 line too long (82 > 79 characters) Line 347:80: E501 line too long (81 > 79 characters) Line 349:80: E501 line too long (81 > 79 characters) Line 356:80: E501 line too long (81 > 79 characters) Line 358:80: E501 line too long (81 > 79 characters)