Skip to content

added standalone SPM12 functionality and removed dipy (not working) #734

added standalone SPM12 functionality and removed dipy (not working)

added standalone SPM12 functionality and removed dipy (not working) #734

Triggered via push November 23, 2023 15:52
Status Failure
Total duration 2m 57s
Artifacts

test.yml

on: push
Matrix: cuda
Matrix: test
PyPI Deploy
0s
PyPI Deploy
Fit to window
Zoom out
Zoom in

Annotations

276 errors
[TODO] amypet/centiloid.py#L69: amypet/centiloid.py#L69
# TODO: voxel-wise kinetic analysis
[TODO] amypet/dyn_tools.py#L222: amypet/dyn_tools.py#L222
# >>> TODO: check what or if none weights to use here:
[TODO] amypet/dyn_tools.py#L304: amypet/dyn_tools.py#L304
# >>> TODO: check this k2p what to use by default
[TODO] amypet/dyn_tools.py#L326: amypet/dyn_tools.py#L326
# > TODO: get the threshold based on smoothed image
[flake8] amypet/__init__.py#L15: amypet/__init__.py#L15
F403 'from .align_brkdyn_ct import *' used; unable to detect undefined names
[flake8] amypet/__init__.py#L15: amypet/__init__.py#L15
F401 '.align_brkdyn_ct.*' imported but unused
[flake8] amypet/_backend_web.py#L45: amypet/_backend_web.py#L45
E221 multiple spaces before operator
[flake8] amypet/_backend_web.py#L170: amypet/_backend_web.py#L170
E231 missing whitespace after ':'
[flake8] amypet/align.py#L18: amypet/align.py#L18
F401 '.utils.get_atlas' imported but unused
[flake8] amypet/align.py#L128: amypet/align.py#L128
E265 block comment should start with '# '
[flake8] amypet/align.py#L138: amypet/align.py#L138
E225 missing whitespace around operator
[flake8] amypet/align.py#L143: amypet/align.py#L143
E265 block comment should start with '# '
[flake8] amypet/align.py#L145: amypet/align.py#L145
E265 block comment should start with '# '
[flake8] amypet/align.py#L147: amypet/align.py#L147
E225 missing whitespace around operator
[flake8] amypet/align.py#L147: amypet/align.py#L147
E225 missing whitespace around operator
[flake8] amypet/align.py#L166: amypet/align.py#L166
E265 block comment should start with '# '
[flake8] amypet/align.py#L197: amypet/align.py#L197
E225 missing whitespace around operator
[flake8] amypet/align.py#L203: amypet/align.py#L203
E201 whitespace after '('
[flake8] amypet/align.py#L203: amypet/align.py#L203
E202 whitespace before ')'
[flake8] amypet/align.py#L210: amypet/align.py#L210
W293 blank line contains whitespace
[flake8] amypet/align.py#L251: amypet/align.py#L251
W291 trailing whitespace
[flake8] amypet/align.py#L316: amypet/align.py#L316
E265 block comment should start with '# '
[flake8] amypet/align.py#L354: amypet/align.py#L354
E265 block comment should start with '# '
[flake8] amypet/align.py#L359: amypet/align.py#L359
W293 blank line contains whitespace
[flake8] amypet/align.py#L384: amypet/align.py#L384
W291 trailing whitespace
[flake8] amypet/align.py#L412: amypet/align.py#L412
W291 trailing whitespace
[flake8] amypet/align.py#L514: amypet/align.py#L514
E221 multiple spaces before operator
[flake8] amypet/align.py#L635: amypet/align.py#L635
E225 missing whitespace around operator
[flake8] amypet/align.py#L637: amypet/align.py#L637
E225 missing whitespace around operator
[flake8] amypet/align.py#L724: amypet/align.py#L724
E501 line too long (101 > 99 characters)
[flake8] amypet/align.py#L742: amypet/align.py#L742
E128 continuation line under-indented for visual indent
[flake8] amypet/align.py#L752: amypet/align.py#L752
E501 line too long (100 > 99 characters)
[flake8] amypet/align.py#L766: amypet/align.py#L766
E265 block comment should start with '# '
[flake8] amypet/align.py#L776: amypet/align.py#L776
E265 block comment should start with '# '
[flake8] amypet/align.py#L815: amypet/align.py#L815
E303 too many blank lines (2)
[flake8] amypet/align.py#L827: amypet/align.py#L827
W291 trailing whitespace
[flake8] amypet/align.py#L860: amypet/align.py#L860
F841 local variable 'reg_thrshld' is assigned to but never used
[flake8] amypet/align.py#L871: amypet/align.py#L871
W293 blank line contains whitespace
[flake8] amypet/align_brkdyn_ct.py#L9: amypet/align_brkdyn_ct.py#L9
I001 isort found an import in the wrong position
[flake8] amypet/align_brkdyn_ct.py#L9: amypet/align_brkdyn_ct.py#L9
E401 multiple imports on one line
[flake8] amypet/align_brkdyn_ct.py#L10: amypet/align_brkdyn_ct.py#L10
I005 isort found an unexpected missing import
[flake8] amypet/align_brkdyn_ct.py#L10: amypet/align_brkdyn_ct.py#L10
I005 isort found an unexpected missing import
[flake8] amypet/align_brkdyn_ct.py#L14: amypet/align_brkdyn_ct.py#L14
I001 isort found an import in the wrong position
[flake8] amypet/align_brkdyn_ct.py#L14: amypet/align_brkdyn_ct.py#L14
F401 'spm12' imported but unused
[flake8] amypet/align_brkdyn_ct.py#L22: amypet/align_brkdyn_ct.py#L22
E303 too many blank lines (3)
[flake8] amypet/align_brkdyn_ct.py#L37: amypet/align_brkdyn_ct.py#L37
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L48: amypet/align_brkdyn_ct.py#L48
F541 f-string is missing placeholders
[flake8] amypet/align_brkdyn_ct.py#L50: amypet/align_brkdyn_ct.py#L50
W293 blank line contains whitespace
[flake8] amypet/align_brkdyn_ct.py#L63: amypet/align_brkdyn_ct.py#L63
W293 blank line contains whitespace
[flake8] amypet/align_brkdyn_ct.py#L64: amypet/align_brkdyn_ct.py#L64
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L68: amypet/align_brkdyn_ct.py#L68
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L70: amypet/align_brkdyn_ct.py#L70
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L79: amypet/align_brkdyn_ct.py#L79
E501 line too long (105 > 99 characters)
[flake8] amypet/align_brkdyn_ct.py#L82: amypet/align_brkdyn_ct.py#L82
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L90: amypet/align_brkdyn_ct.py#L90
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L97: amypet/align_brkdyn_ct.py#L97
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L99: amypet/align_brkdyn_ct.py#L99
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L102: amypet/align_brkdyn_ct.py#L102
E128 continuation line under-indented for visual indent
[flake8] amypet/align_brkdyn_ct.py#L103: amypet/align_brkdyn_ct.py#L103
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L104: amypet/align_brkdyn_ct.py#L104
W293 blank line contains whitespace
[flake8] amypet/align_brkdyn_ct.py#L105: amypet/align_brkdyn_ct.py#L105
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L110: amypet/align_brkdyn_ct.py#L110
E231 missing whitespace after ','
[flake8] amypet/align_brkdyn_ct.py#L114: amypet/align_brkdyn_ct.py#L114
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L116: amypet/align_brkdyn_ct.py#L116
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L118: amypet/align_brkdyn_ct.py#L118
E501 line too long (106 > 99 characters)
[flake8] amypet/align_brkdyn_ct.py#L121: amypet/align_brkdyn_ct.py#L121
E128 continuation line under-indented for visual indent
[flake8] amypet/align_brkdyn_ct.py#L123: amypet/align_brkdyn_ct.py#L123
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L126: amypet/align_brkdyn_ct.py#L126
E303 too many blank lines (2)
[flake8] amypet/align_brkdyn_ct.py#L126: amypet/align_brkdyn_ct.py#L126
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L139: amypet/align_brkdyn_ct.py#L139
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L148: amypet/align_brkdyn_ct.py#L148
E128 continuation line under-indented for visual indent
[flake8] amypet/align_brkdyn_ct.py#L155: amypet/align_brkdyn_ct.py#L155
F841 local variable 'keys2' is assigned to but never used
[flake8] amypet/align_brkdyn_ct.py#L161: amypet/align_brkdyn_ct.py#L161
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L175: amypet/align_brkdyn_ct.py#L175
E231 missing whitespace after ','
[flake8] amypet/align_brkdyn_ct.py#L176: amypet/align_brkdyn_ct.py#L176
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L179: amypet/align_brkdyn_ct.py#L179
E303 too many blank lines (2)
[flake8] amypet/align_brkdyn_ct.py#L179: amypet/align_brkdyn_ct.py#L179
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L188: amypet/align_brkdyn_ct.py#L188
E231 missing whitespace after ','
[flake8] amypet/align_brkdyn_ct.py#L193: amypet/align_brkdyn_ct.py#L193
E231 missing whitespace after ','
[flake8] amypet/align_brkdyn_ct.py#L194: amypet/align_brkdyn_ct.py#L194
E231 missing whitespace after ','
[flake8] amypet/align_brkdyn_ct.py#L195: amypet/align_brkdyn_ct.py#L195
E265 block comment should start with '# '
[flake8] amypet/align_brkdyn_ct.py#L199: amypet/align_brkdyn_ct.py#L199
E303 too many blank lines (3)
[flake8] amypet/align_brkdyn_ct.py#L214: amypet/align_brkdyn_ct.py#L214
W391 blank line at end of file
[flake8] amypet/backend_centiloid.py#L24: amypet/backend_centiloid.py#L24
I001 isort found an import in the wrong position
[flake8] amypet/backend_centiloid.py#L24: amypet/backend_centiloid.py#L24
F811 redefinition of unused 'pickle' from line 21
[flake8] amypet/backend_centiloid.py#L37: amypet/backend_centiloid.py#L37
I003 isort expected 1 blank line in imports, found 0
[flake8] amypet/backend_centiloid.py#L37: amypet/backend_centiloid.py#L37
E265 block comment should start with '# '
[flake8] amypet/backend_centiloid.py#L38: amypet/backend_centiloid.py#L38
F401 'dipy.data.fetcher.read_mni_template' imported but unused
[flake8] amypet/backend_centiloid.py#L38: amypet/backend_centiloid.py#L38
E402 module level import not at top of file
[flake8] amypet/backend_centiloid.py#L39: amypet/backend_centiloid.py#L39
F401 'dipy.io.image.load_nifti' imported but unused
[flake8] amypet/backend_centiloid.py#L39: amypet/backend_centiloid.py#L39
E402 module level import not at top of file
[flake8] amypet/backend_centiloid.py#L40: amypet/backend_centiloid.py#L40
I001 isort found an import in the wrong position
[flake8] amypet/backend_centiloid.py#L40: amypet/backend_centiloid.py#L40
F401 'dipy.align.imwarp.SymmetricDiffeomorphicRegistration' imported but unused
[flake8] amypet/backend_centiloid.py#L40: amypet/backend_centiloid.py#L40
E402 module level import not at top of file
[flake8] amypet/backend_centiloid.py#L41: amypet/backend_centiloid.py#L41
I001 isort found an import in the wrong position
[flake8] amypet/backend_centiloid.py#L41: amypet/backend_centiloid.py#L41
F401 'dipy.align.metrics.CCMetric' imported but unused
[flake8] amypet/backend_centiloid.py#L41: amypet/backend_centiloid.py#L41
E402 module level import not at top of file
[flake8] amypet/backend_centiloid.py#L42: amypet/backend_centiloid.py#L42
I004 isort found an unexpected blank line in imports
[flake8] amypet/backend_centiloid.py#L43: amypet/backend_centiloid.py#L43
I001 isort found an import in the wrong position
[flake8] amypet/backend_centiloid.py#L43: amypet/backend_centiloid.py#L43
F401 'dipy.align._public as align' imported but unused
[flake8] amypet/backend_centiloid.py#L43: amypet/backend_centiloid.py#L43
E402 module level import not at top of file
[flake8] amypet/backend_centiloid.py#L44: amypet/backend_centiloid.py#L44
I001 isort found an import in the wrong position
[flake8] amypet/backend_centiloid.py#L44: amypet/backend_centiloid.py#L44
F401 'nibabel as nib' imported but unused
[flake8] amypet/backend_centiloid.py#L44: amypet/backend_centiloid.py#L44
E402 module level import not at top of file
[flake8] amypet/backend_centiloid.py#L45: amypet/backend_centiloid.py#L45
I003 isort expected 1 blank line in imports, found 0
[flake8] amypet/backend_centiloid.py#L46: amypet/backend_centiloid.py#L46
E302 expected 2 blank lines, found 1
[flake8] amypet/backend_centiloid.py#L53: amypet/backend_centiloid.py#L53
E265 block comment should start with '# '
[flake8] amypet/backend_centiloid.py#L57: amypet/backend_centiloid.py#L57
E303 too many blank lines (3)
[flake8] amypet/backend_centiloid.py#L58: amypet/backend_centiloid.py#L58
E302 expected 2 blank lines, found 3
[flake8] amypet/backend_centiloid.py#L232: amypet/backend_centiloid.py#L232
E225 missing whitespace around operator
[flake8] amypet/backend_centiloid.py#L291: amypet/backend_centiloid.py#L291
E265 block comment should start with '# '
[flake8] amypet/backend_centiloid.py#L335: amypet/backend_centiloid.py#L335
E225 missing whitespace around operator
[flake8] amypet/backend_centiloid.py#L341: amypet/backend_centiloid.py#L341
E265 block comment should start with '# '
[flake8] amypet/backend_centiloid.py#L397: amypet/backend_centiloid.py#L397
E225 missing whitespace around operator
[flake8] amypet/backend_centiloid.py#L398: amypet/backend_centiloid.py#L398
E225 missing whitespace around operator
[flake8] amypet/backend_centiloid.py#L424: amypet/backend_centiloid.py#L424
E231 missing whitespace after ':'
[flake8] amypet/backend_centiloid.py#L487: amypet/backend_centiloid.py#L487
W604 backticks are deprecated, use 'repr()'
[flake8] amypet/backend_centiloid.py#L559: amypet/backend_centiloid.py#L559
E231 missing whitespace after ':'
[flake8] amypet/backend_centiloid.py#L559: amypet/backend_centiloid.py#L559
E231 missing whitespace after ':'
[flake8] amypet/backend_centiloid.py#L567: amypet/backend_centiloid.py#L567
E225 missing whitespace around operator
[flake8] amypet/backend_centiloid.py#L671: amypet/backend_centiloid.py#L671
E225 missing whitespace around operator
[flake8] amypet/backend_centiloid.py#L678: amypet/backend_centiloid.py#L678
W293 blank line contains whitespace
[flake8] amypet/centiloid.py#L70: amypet/centiloid.py#L70
F841 local variable 'dimkm' is assigned to but never used
[flake8] amypet/dyn_tools.py#L14: amypet/dyn_tools.py#L14
I001 isort found an import in the wrong position
[flake8] amypet/dyn_tools.py#L15: amypet/dyn_tools.py#L15
I001 isort found an import in the wrong position
[flake8] amypet/dyn_tools.py#L16: amypet/dyn_tools.py#L16
I001 isort found an import in the wrong position
[flake8] amypet/dyn_tools.py#L17: amypet/dyn_tools.py#L17
I004 isort found an unexpected blank line in imports
[flake8] amypet/dyn_tools.py#L26: amypet/dyn_tools.py#L26
E265 block comment should start with '# '
[flake8] amypet/dyn_tools.py#L55: amypet/dyn_tools.py#L55
E303 too many blank lines (2)
[flake8] amypet/dyn_tools.py#L55: amypet/dyn_tools.py#L55
C408 Unnecessary dict call - rewrite as a literal.
[flake8] amypet/dyn_tools.py#L62: amypet/dyn_tools.py#L62
E265 block comment should start with '# '
[flake8] amypet/dyn_tools.py#L65: amypet/dyn_tools.py#L65
E265 block comment should start with '# '
[flake8] amypet/dyn_tools.py#L74: amypet/dyn_tools.py#L74
E225 missing whitespace around operator
[flake8] amypet/dyn_tools.py#L90: amypet/dyn_tools.py#L90
E201 whitespace after '('
[flake8] amypet/dyn_tools.py#L90: amypet/dyn_tools.py#L90
E202 whitespace before ')'
[flake8] amypet/dyn_tools.py#L102: amypet/dyn_tools.py#L102
E225 missing whitespace around operator
[flake8] amypet/dyn_tools.py#L102: amypet/dyn_tools.py#L102
E225 missing whitespace around operator
[flake8] amypet/dyn_tools.py#L104: amypet/dyn_tools.py#L104
E225 missing whitespace around operator
[flake8] amypet/dyn_tools.py#L105: amypet/dyn_tools.py#L105
W291 trailing whitespace
[flake8] amypet/dyn_tools.py#L114: amypet/dyn_tools.py#L114
E231 missing whitespace after ','
[flake8] amypet/dyn_tools.py#L114: amypet/dyn_tools.py#L114
E231 missing whitespace after ','
[flake8] amypet/dyn_tools.py#L121: amypet/dyn_tools.py#L121
C408 Unnecessary dict call - rewrite as a literal.
[flake8] amypet/dyn_tools.py#L121: amypet/dyn_tools.py#L121
W291 trailing whitespace
[flake8] amypet/dyn_tools.py#L122: amypet/dyn_tools.py#L122
E265 block comment should start with '# '
[flake8] amypet/dyn_tools.py#L124: amypet/dyn_tools.py#L124
E265 block comment should start with '# '
[flake8] amypet/dyn_tools.py#L125: amypet/dyn_tools.py#L125
E302 expected 2 blank lines, found 1
[flake8] amypet/dyn_tools.py#L129: amypet/dyn_tools.py#L129
E225 missing whitespace around operator
[flake8] amypet/dyn_tools.py#L129: amypet/dyn_tools.py#L129
E225 missing whitespace around operator
[flake8] amypet/dyn_tools.py#L137: amypet/dyn_tools.py#L137
W293 blank line contains whitespace
[flake8] amypet/dyn_tools.py#L138: amypet/dyn_tools.py#L138
E225 missing whitespace around operator
[flake8] amypet/dyn_tools.py#L142: amypet/dyn_tools.py#L142
E201 whitespace after '('
[flake8] amypet/dyn_tools.py#L142: amypet/dyn_tools.py#L142
E202 whitespace before ')'
[flake8] amypet/dyn_tools.py#L148: amypet/dyn_tools.py#L148
E231 missing whitespace after ','
[flake8] amypet/dyn_tools.py#L148: amypet/dyn_tools.py#L148
E231 missing whitespace after ','
[flake8] amypet/dyn_tools.py#L149: amypet/dyn_tools.py#L149
E231 missing whitespace after ','
[flake8] amypet/dyn_tools.py#L155: amypet/dyn_tools.py#L155
C408 Unnecessary dict call - rewrite as a literal.
[flake8] amypet/dyn_tools.py#L156: amypet/dyn_tools.py#L156
E265 block comment should start with '# '
[flake8] amypet/dyn_tools.py#L162: amypet/dyn_tools.py#L162
E303 too many blank lines (5)
[flake8] amypet/dyn_tools.py#L163: amypet/dyn_tools.py#L163
E302 expected 2 blank lines, found 5
[flake8] amypet/dyn_tools.py#L248: amypet/dyn_tools.py#L248
E231 missing whitespace after ':'
[flake8] amypet/dyn_tools.py#L248: amypet/dyn_tools.py#L248
E702 multiple statements on one line (semicolon)
[flake8] amypet/dyn_tools.py#L248: amypet/dyn_tools.py#L248
E231 missing whitespace after ':'
[flake8] amypet/dyn_tools.py#L248: amypet/dyn_tools.py#L248
E702 multiple statements on one line (semicolon)
[flake8] amypet/dyn_tools.py#L248: amypet/dyn_tools.py#L248
E231 missing whitespace after ':'
[flake8] amypet/preproc.py#L109: amypet/preproc.py#L109
W291 trailing whitespace
[flake8] amypet/preproc.py#L155: amypet/preproc.py#L155
E501 line too long (117 > 99 characters)
[flake8] amypet/preproc.py#L267: amypet/preproc.py#L267
F841 local variable 'ur_twindow' is assigned to but never used
[flake8] amypet/preproc.py#L280: amypet/preproc.py#L280
F841 local variable 'margin' is assigned to but never used
[flake8] amypet/preproc.py#L323: amypet/preproc.py#L323
E225 missing whitespace around operator
[flake8] amypet/preproc.py#L329: amypet/preproc.py#L329
N400: Found backslash that is used for line breaking
[flake8] amypet/preproc.py#L329: amypet/preproc.py#L329
E502 the backslash is redundant between brackets
[flake8] amypet/preproc.py#L330: amypet/preproc.py#L330
N400: Found backslash that is used for line breaking
[flake8] amypet/preproc.py#L330: amypet/preproc.py#L330
E225 missing whitespace around operator
[flake8] amypet/preproc.py#L330: amypet/preproc.py#L330
E502 the backslash is redundant between brackets
[flake8] amypet/preproc.py#L335: amypet/preproc.py#L335
E128 continuation line under-indented for visual indent
[flake8] amypet/preproc.py#L339: amypet/preproc.py#L339
E128 continuation line under-indented for visual indent
[flake8] amypet/preproc.py#L367: amypet/preproc.py#L367
E225 missing whitespace around operator
[flake8] amypet/preproc.py#L371: amypet/preproc.py#L371
E128 continuation line under-indented for visual indent
[flake8] amypet/preproc.py#L372: amypet/preproc.py#L372
W293 blank line contains whitespace
[flake8] amypet/preproc.py#L373: amypet/preproc.py#L373
E225 missing whitespace around operator
[flake8] amypet/preproc.py#L377: amypet/preproc.py#L377
E128 continuation line under-indented for visual indent
[flake8] amypet/preproc.py#L413: amypet/preproc.py#L413
W293 blank line contains whitespace
Test py3.7
Process completed with exit code 1.
[flake8] amypet/preproc.py#L475: amypet/preproc.py#L475
E501 line too long (111 > 99 characters)
[flake8] amypet/preproc.py#L475: amypet/preproc.py#L475
E231 missing whitespace after ':'
[flake8] amypet/preproc.py#L523: amypet/preproc.py#L523
F841 local variable '_fnii' is assigned to but never used
[flake8] amypet/preproc.py#L721: amypet/preproc.py#L721
F841 local variable 'ft1pet' is assigned to but never used
[flake8] amypet/proc.py#L23: amypet/proc.py#L23
E265 block comment should start with '# '
[flake8] amypet/proc.py#L39: amypet/proc.py#L39
E128 continuation line under-indented for visual indent
[flake8] amypet/proc.py#L51: amypet/proc.py#L51
E128 continuation line under-indented for visual indent
[flake8] amypet/proc.py#L52: amypet/proc.py#L52
E265 block comment should start with '# '
[flake8] amypet/proc.py#L87: amypet/proc.py#L87
W291 trailing whitespace
[flake8] amypet/proc.py#L258: amypet/proc.py#L258
E225 missing whitespace around operator
[flake8] amypet/proc.py#L305: amypet/proc.py#L305
W291 trailing whitespace
[flake8] amypet/proc.py#L356: amypet/proc.py#L356
E262 inline comment should start with '# '
[flake8] amypet/proc.py#L357: amypet/proc.py#L357
W291 trailing whitespace
[flake8] amypet/proc.py#L359: amypet/proc.py#L359
E225 missing whitespace around operator
[flake8] amypet/proc.py#L361: amypet/proc.py#L361
E225 missing whitespace around operator
[flake8] amypet/proc.py#L369: amypet/proc.py#L369
W293 blank line contains whitespace
[flake8] amypet/proc.py#L370: amypet/proc.py#L370
E303 too many blank lines (2)
[flake8] amypet/ur_tools.py#L169: amypet/ur_tools.py#L169
E501 line too long (107 > 99 characters)
[flake8] amypet/ur_tools.py#L170: amypet/ur_tools.py#L170
E501 line too long (106 > 99 characters)
[flake8] amypet/ur_tools.py#L277: amypet/ur_tools.py#L277
F841 local variable 'flbl_pet' is assigned to but never used
[flake8] amypet/ur_tools.py#L302: amypet/ur_tools.py#L302
E128 continuation line under-indented for visual indent
[flake8] amypet/ur_tools.py#L303: amypet/ur_tools.py#L303
E128 continuation line under-indented for visual indent
[flake8] amypet/ur_tools.py#L332: amypet/ur_tools.py#L332
E231 missing whitespace after ':'
[flake8] amypet/ur_tools.py#L332: amypet/ur_tools.py#L332
E702 multiple statements on one line (semicolon)
[flake8] amypet/utils.py#L14: amypet/utils.py#L14
I001 isort found an import in the wrong position
[flake8] amypet/utils.py#L70: amypet/utils.py#L70
E265 block comment should start with '# '
[flake8] amypet/utils.py#L74: amypet/utils.py#L74
E225 missing whitespace around operator
[flake8] amypet/utils.py#L194: amypet/utils.py#L194
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L194: amypet/utils.py#L194
E501 line too long (115 > 99 characters)
[flake8] amypet/utils.py#L196: amypet/utils.py#L196
E265 block comment should start with '# '
[flake8] amypet/utils.py#L215: amypet/utils.py#L215
E265 block comment should start with '# '
[flake8] amypet/utils.py#L239: amypet/utils.py#L239
E265 block comment should start with '# '
[flake8] amypet/utils.py#L260: amypet/utils.py#L260
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L266: amypet/utils.py#L266
E303 too many blank lines (2)
[flake8] amypet/utils.py#L276: amypet/utils.py#L276
E203 whitespace before ':'
[flake8] amypet/utils.py#L425: amypet/utils.py#L425
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L425: amypet/utils.py#L425
E231 missing whitespace after ','
[flake8] amypet/utils.py#L426: amypet/utils.py#L426
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L426: amypet/utils.py#L426
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L437: amypet/utils.py#L437
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L437: amypet/utils.py#L437
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L437: amypet/utils.py#L437
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L481: amypet/utils.py#L481
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L481: amypet/utils.py#L481
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L496: amypet/utils.py#L496
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L496: amypet/utils.py#L496
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L525: amypet/utils.py#L525
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L525: amypet/utils.py#L525
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L526: amypet/utils.py#L526
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L602: amypet/utils.py#L602
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L602: amypet/utils.py#L602
E231 missing whitespace after ','
[flake8] amypet/utils.py#L603: amypet/utils.py#L603
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L603: amypet/utils.py#L603
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L639: amypet/utils.py#L639
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L639: amypet/utils.py#L639
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L641: amypet/utils.py#L641
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L662: amypet/utils.py#L662
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L662: amypet/utils.py#L662
E231 missing whitespace after ':'
[flake8] amypet/utils.py#L664: amypet/utils.py#L664
E231 missing whitespace after ':'
[flake8] cl_scripts/amypet_petpp.py#L13: cl_scripts/amypet_petpp.py#L13
E265 block comment should start with '# '
[flake8] cl_scripts/amypet_petpp.py#L15: cl_scripts/amypet_petpp.py#L15
E265 block comment should start with '# '
[flake8] cl_scripts/amypet_petpp.py#L20: cl_scripts/amypet_petpp.py#L20
E265 block comment should start with '# '
[flake8] cl_scripts/amypet_petpp.py#L26: cl_scripts/amypet_petpp.py#L26
E265 block comment should start with '# '
[flake8] cl_scripts/amypet_petpp.py#L30: cl_scripts/amypet_petpp.py#L30
E265 block comment should start with '# '
[flake8] cl_scripts/amypet_petpp.py#L32: cl_scripts/amypet_petpp.py#L32
E265 block comment should start with '# '
[flake8] cl_scripts/amypet_petpp.py#L34: cl_scripts/amypet_petpp.py#L34
E265 block comment should start with '# '
[flake8] cl_scripts/amypet_petpp.py#L45: cl_scripts/amypet_petpp.py#L45
E265 block comment should start with '# '
[flake8] cl_scripts/amypet_petpp.py#L47: cl_scripts/amypet_petpp.py#L47
E265 block comment should start with '# '
[flake8] cl_scripts/amypet_petpp.py#L49: cl_scripts/amypet_petpp.py#L49
E265 block comment should start with '# '
[flake8] cl_scripts/amypet_petpp.py#L52: cl_scripts/amypet_petpp.py#L52
E265 block comment should start with '# '
[flake8] cl_scripts/centi_fbp.py#L104: cl_scripts/centi_fbp.py#L104
E501 line too long (134 > 99 characters)
[flake8] cl_scripts/centi_fbp.py#L197: cl_scripts/centi_fbp.py#L197
E402 module level import not at top of file
[flake8] cl_scripts/centi_fbp.py#L198: cl_scripts/centi_fbp.py#L198
E402 module level import not at top of file
[flake8] cl_scripts/centi_fbp.py#L224: cl_scripts/centi_fbp.py#L224
W292 no newline at end of file
[flake8] cl_scripts/centi_pib.py#L140: cl_scripts/centi_pib.py#L140
E231 missing whitespace after ':'
[flake8] cl_scripts/centi_pib.py#L169: cl_scripts/centi_pib.py#L169
E231 missing whitespace after ':'
[flake8] cl_scripts/centi_pib.py#L198: cl_scripts/centi_pib.py#L198
E231 missing whitespace after ':'
[flake8] tests/conftest.py#L36: tests/conftest.py#L36
E231 missing whitespace after ':'
[flake8] tests/conftest.py#L46: tests/conftest.py#L46
E231 missing whitespace after ':'
Test py3.11
The job was canceled because "_3_7" failed.
Test py3.11
The operation was canceled.
Check
Process completed with exit code 1.
CUDA py3.8
Process completed with exit code 1.