Skip to content

fixed frame duration for DICOM and added missing ring PNG for the ACR… #460

fixed frame duration for DICOM and added missing ring PNG for the ACR…

fixed frame duration for DICOM and added missing ring PNG for the ACR… #460

Triggered via push August 1, 2024 16:03
Status Failure
Total duration 1d 6h 34m 22s
Artifacts

test.yml

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

Annotations

22 errors and 1 warning
[flake8] niftypet/nimpa/prc/imio.py#L694: niftypet/nimpa/prc/imio.py#L694
B001 Do not use bare `except:`, it also catches unexpected events like memory errors, interrupts, system exit, and so on. Prefer `except Exception:`. If you're sure what you're doing, be explicit and write `except BaseException:`.
[flake8] niftypet/nimpa/prc/imio.py#L694: niftypet/nimpa/prc/imio.py#L694
E722 do not use bare 'except'
[flake8] niftypet/nimpa/prc/imio.py#L696: niftypet/nimpa/prc/imio.py#L696
W293 blank line contains whitespace
[flake8] niftypet/nimpa/prc/imio.py#L698: niftypet/nimpa/prc/imio.py#L698
E303 too many blank lines (2)
[flake8] niftypet/nimpa/prc/imio.py#L1057: niftypet/nimpa/prc/imio.py#L1057
E231 missing whitespace after ':'
[flake8] niftypet/nimpa/prc/prc.py#L98: niftypet/nimpa/prc/prc.py#L98
E231 missing whitespace after ':'
[flake8] niftypet/nimpa/prc/prc.py#L102: niftypet/nimpa/prc/prc.py#L102
E231 missing whitespace after ':'
[flake8] niftypet/nimpa/prc/prc.py#L897: niftypet/nimpa/prc/prc.py#L897
E225 missing whitespace around operator
[flake8] niftypet/nimpa/prc/regseg.py#L19: niftypet/nimpa/prc/regseg.py#L19
I001 isort found an import in the wrong position
[flake8] niftypet/nimpa/prc/regseg.py#L20: niftypet/nimpa/prc/regseg.py#L20
I005 isort found an unexpected missing import
[flake8] niftypet/nimpa/prc/regseg.py#L151: niftypet/nimpa/prc/regseg.py#L151
B006 Do not use mutable data structures for argument defaults. They are created during function definition time. All calls to the function reuse this one instance of that data structure, persisting changes between them.
[flake8] niftypet/nimpa/prc/regseg.py#L242: niftypet/nimpa/prc/regseg.py#L242
E231 missing whitespace after ':'
[flake8] niftypet/nimpa/prc/regseg.py#L245: niftypet/nimpa/prc/regseg.py#L245
E231 missing whitespace after ','
[flake8] niftypet/nimpa/prc/regseg.py#L260: niftypet/nimpa/prc/regseg.py#L260
E271 multiple spaces after keyword
[flake8] niftypet/nimpa/prc/regseg.py#L380: niftypet/nimpa/prc/regseg.py#L380
E231 missing whitespace after ':'
[flake8] niftypet/nimpa/prc/regseg.py#L470: niftypet/nimpa/prc/regseg.py#L470
E231 missing whitespace after ':'
Check
Process completed with exit code 1.
Test py3.11
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Test py3.7
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/